UNPKG

72 BTypeScriptView Raw
1export = isDotfile;
2
3declare function isDotfile(path: string): boolean;