effect-io-ai

Package: @effect/platform
Module: FileSystem

FileSystem.layerNoop

Create a no-op file system that can be used for testing.

Signature

declare const layerNoop: (fileSystem: Partial<FileSystem>) => Layer<FileSystem>

Source

Since v1.0.0