Skip to content

PurePath

const PurePath: typeof Path = Path

Defined in: packages/pythonlib/src/pathlib.node.ts:609

PurePath class for path manipulation without filesystem access. This is an alias for Path that only uses the pure path operations.