UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

5 lines 144 B
import { Path } from '../path.class.js'; export function isPath(value) { return value instanceof Path; } //# sourceMappingURL=is-path.js.map