sync.d.ts 175 B

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