Skip to content

BunFileSystem

Bun layer for Effect's FileSystem service.

This module exposes one layer that provides FileSystem in Bun by using the shared Node file-system implementation. Once the layer is provided, programs use the standard effect/FileSystem service operations.

1 exports Added in v4.0.0 Source

Layers

layer

Added in v4.0.0 Source

Layer that provides the FileSystem service for Bun using the shared Node file-system implementation.

Signature

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