Skip to content

NodeFileSystem.ts

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



Provides the FileSystem service backed by Node filesystem APIs.

Signature

declare const layer: Layer.Layer<FileSystem, never, never>

Source

Since v4.0.0