fs.d.ts 157 B

123
  1. import { Dirent, Stats } from '../types';
  2. export declare function createDirentFromStats(name: string, stats: Stats): Dirent;
  3. //# sourceMappingURL=fs.d.ts.map