mono/packages/fs/dist/utils/dot.d.ts
2025-01-23 07:22:43 +01:00

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;