NodePath
Node.js layers for Effect's Path service.
This module provides the default, POSIX, and Windows variants of the platform-independent Path service by reusing the shared Node path implementation. The provided path services include Node file URL conversion behavior.
Layers
Signature
declare const layer: Layer.Layer<Path>;layerPosix
Added in v4.0.0
Source
Provides the Path service using Node's POSIX path implementation, regardless of the host platform.
Signature
declare const layerPosix: Layer.Layer<Path>;layerWin32
Added in v4.0.0
Source
Provides the Path service using Node's Windows path implementation, regardless of the host platform.
Signature
declare const layerWin32: Layer.Layer<Path>;
Provides the default Node
Pathservice using the platform'snode:pathimplementation.