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