UNPKG

199 BTypeScriptView Raw
1export declare function pathspec(...paths: string[]): string;
2export declare function isPathSpec(path: string | unknown): path is string;
3export declare function toPaths(pathSpec: string): string[];