effect-io-ai

Package: @effect/platform
Module: Path

Path.layer

An implementation of the Path interface that can be used in all environments (including browsers).

It uses the POSIX standard for paths.

Signature

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

Source

Since v1.0.0