UNPKG

dir-is-case-sensitive

Version:

Returns true, if the specified directory is case sensitive

2 lines (1 loc) 105 B
export declare function dirIsCaseSensitive(dir: string, silent?: boolean): Promise<boolean | undefined>;