Question About Missing `append` Method in Effect-TS Filesystem Module
n00b Q: for the filesystem module, i can't find an
currently using:
but was looking for
also possibly i should use a different method entirely or its a signal i am doing an anti pattern
append method, is that not implemented as part of the effect lib? not sure if i am missing an option somewherecurrently using:
but was looking for
fs.appendFile, similar to https://nodejs.org/api/fs.html#fsappendfilepath-data-options-callback, but don't see it in https://effect-ts.github.io/effect/platform/FileSystem.ts.htmlalso possibly i should use a different method entirely or its a signal i am doing an anti pattern
