UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 199 B
export declare function pathspec(...paths: string[]): string; export declare function isPathSpec(path: string | unknown): path is string; export declare function toPaths(pathSpec: string): string[];