4 lines
178 B
TypeScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
import Settings from '../settings';
import { Stats } from '../types';
export declare function read(path: string, settings: Settings): Stats;
//# sourceMappingURL=sync.d.ts.map