UNPKG

113 BTypeScriptView Raw
1declare function isValidPath(path: string): boolean;
2
3declare module 'is-valid-path' {
4 export = isValidPath;
5}