Syllabus/themes/piratecare/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts

4 lines
178 B
TypeScript
Raw Normal View History

2020-03-05 04:10:52 +00:00
import Settings from '../settings';
import { Stats } from '../types';
export declare function read(path: string, settings: Settings): Stats;
//# sourceMappingURL=sync.d.ts.map