Skip to content

BunFileSystem.ts

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.

Since v4.0.0



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

Signature

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

Source

Since v4.0.0