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

index.d.ts 194B

12345
  1. /// <reference types="node" />
  2. import * as fs from 'fs';
  3. export declare type Stats = fs.Stats;
  4. export declare type ErrnoException = NodeJS.ErrnoException;
  5. //# sourceMappingURL=index.d.ts.map