Effect CommunityEC
Effect Community•3y ago•
137 replies
fubhy

Confusion with `@effect/platform` package's file read options

The
@effect/platform
package currently switches the fs read options around and uses offset as position. That's a bit confusing, no? (considering that node:fs uses both position and offset too). So imho we should either invet new terminology or directly forward to the identically named options on the underlying node:fs APIs, no? šŸ™‚
Was this page helpful?