NodeFileSystem.ts
NodeFileSystem.ts overview
Section titled “NodeFileSystem.ts overview”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.
Since v4.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”layers
Section titled “layers”Provides the FileSystem service backed by Node filesystem APIs.
Signature
declare const layer: Layer.Layer<FileSystem, never, never>Since v4.0.0