doipjs/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

4 lines
No EOL
178 B
TypeScript

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