fs.d.ts 130 Bytes Raw Blame History Permalink 1 2 import type { Dirent, Stats } from '../types'; export declare function createDirentFromStats(name: string, stats: Stats): Dirent;