doipjs/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts

4 lines
178 B
TypeScript
Raw Normal View History

2020-10-23 14:35:53 -06:00
import Settings from '../settings';
import { Stats } from '../types';
export declare function read(path: string, settings: Settings): Stats;
//# sourceMappingURL=sync.d.ts.map