Skip to content

DenoFileSystem

Deno implementation of Effect's FileSystem service.

1 exports Added in v4.0.0 Source

Layers

layer

Added in v4.0.0 Source

Provides the FileSystem service backed by Deno filesystem APIs.

Signature

declare const layer: Layer.Layer<FileSystem.FileSystem>;