(path)
| 951 | * @category layers |
| 952 | * @since 4.0.0 |
| 953 | */ |
| 954 | export const layerNoop = (fileSystem: Partial<FileSystem>): Layer.Layer<FileSystem> => |
| 955 | Layer.succeed(FileSystem)(makeNoop(fileSystem)) |
| 956 | |
| 957 | /** |
| 958 | * Runtime type identifier attached to `FileSystem.File` handles and used by |