5 lines
118 B
TypeScript
Raw Permalink Normal View History

2023-05-21 12:11:59 +02:00
/**
* IS `true` for Node.js 10.10 and greater.
*/
export declare const IS_SUPPORT_READDIR_WITH_FILE_TYPES: boolean;