summaryrefslogblamecommitdiff
path: root/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts
blob: bb863f1573e99fe2fe287dcdd8d22c075dd014e1 (plain) (tree)
1
2

                                                                                  
import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;