Effect CommunityEC
Effect Community3y ago
13 replies
bigpopakap

Built-in FileToString Schema with Optional Options

Second questions, is there something like this already built in?
const FileToString: Schema<Uint8Array, string> = /* something built-in */

// Perhaps with some options
const FileToString: Schema<Uint8Array, string> = S.file('utf8');
Was this page helpful?