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

sync.d.ts 178B

1234
  1. import Settings from '../settings';
  2. import { Stats } from '../types';
  3. export declare function read(path: string, settings: Settings): Stats;
  4. //# sourceMappingURL=sync.d.ts.map