svizzle icon indicating copy to clipboard operation
svizzle copied to clipboard

/file: split `read.js` & `write.js`

Open mindrones opened this issue 2 years ago • 0 comments

to ease navigation we could have split there files by output type:

  • read.js

    • read/dsv.js
    • read/exportedJs.js
    • read/object.js
    • read/yaml.js
  • write.js

    • write/dsv.js
    • write/exportedJs.js
    • write/object.js
    • write/yaml.js

mindrones avatar Sep 09 '22 11:09 mindrones