NodeFileSystem
Node.js FileSystem layer for programs that perform real filesystem I/O.
The exported layer satisfies the platform-independent FileSystem service
with Node-backed operations for files, directories, metadata, permissions,
links, temporary paths, and path watching. Effects still call the service from
effect/FileSystem; this module only chooses the Node implementation.