Hyperlinkv0.8.0-beta.28

Path

Path.layerconsteffect/Path.ts:870
Layer.Layer<Path, never, never>

Layer that provides the built-in POSIX Path implementation.

When to use

Use when you need an effect that requires the Path service to run with the built-in POSIX path implementation.

Details

The layer provides a static service whose separator is / and whose operations use POSIX path semantics.

layersPath
Source effect/Path.ts:8701 lines
export const layer: Layer.Layer<Path> = Layer.succeed(Path)(posixImpl)