Skip to content

DenoPath

Path service layers backed by the Deno Standard Library.

3 exports Added in v4.0.0 Source

Layers

layer

Added in v4.0.0 Source

A Layer.Layer | layer that provides OS-agnostic path operations.

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>;