Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

fs.d.ts 159B

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