aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@nodelib/fs.scandir/out/constants.d.ts
blob: 33f17497d43b391287e2c9fc65d1c7cb4668ea50 (plain)
1
2
3
4
/**
 * IS `true` for Node.js 10.10 and greater.
 */
export declare const IS_SUPPORT_READDIR_WITH_FILE_TYPES: boolean;