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

async.d.ts 301B

12345
  1. import Settings from '../settings';
  2. import { ErrnoException, Stats } from '../types';
  3. export declare type AsyncCallback = (err: ErrnoException, stats: Stats) => void;
  4. export declare function read(path: string, settings: Settings, callback: AsyncCallback): void;
  5. //# sourceMappingURL=async.d.ts.map