2021-03-01 15:06:11 +08:00

4 lines
175 B
TypeScript

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