NodeFileSystem
Shared Node-compatible implementation of Effect's FileSystem service.
This module adapts Node's node:fs, node:os, and node:path APIs into a
FileSystem layer for Effect programs running on Node-compatible runtimes.
Platform packages use it to provide file and directory I/O, permissions,
links, metadata, temporary files and directories, and file watching through
the shared FileSystem service.