effect-io-ai

Package: effect
Module: Path

Path.layer

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.

See

Signature

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

Source

Since v4.0.0