BunFileSystem.ts
BunFileSystem.ts overview
Section titled “BunFileSystem.ts overview”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
Exports Grouped by Category
Section titled “Exports Grouped by Category”layers
Section titled “layers”Layer that provides the FileSystem service for Bun using the shared Node file-system implementation.
Signature
declare const layer: Layer.Layer<FileSystem, never, never>Since v4.0.0