4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
export declare const DOT_DIR_REGEX: RegExp;
|
|
export declare const isDotDir: (str: string) => boolean;
|
|
export declare function isDotFile(str: string): boolean;
|