DenoPath
Path service layers backed by the Deno Standard Library.
Layers
Signature
declare const layer: Layer.Layer<Path.Path>;layerPosix
Added in v4.0.0
Source
A Layer.Layer | layer that provides POSIX path operations.
Signature
declare const layerPosix: Layer.Layer<Path.Path>;layerWin32
Added in v4.0.0
Source
A Layer.Layer | layer that provides Windows path operations.
Signature
declare const layerWin32: Layer.Layer<Path.Path>;
A Layer.Layer | layer that provides OS-agnostic path operations.