UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

3 lines (2 loc) 104 B
import { Path } from '../path.class.js'; export declare function isPath(value: unknown): value is Path;