2021-03-01 15:06:11 +08:00

3 lines
157 B
TypeScript

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