📄 fs.d.ts
/home/palash/git/site/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts
Language: ts • Lines: 2
import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;