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

4 lines
178 B
TypeScript
Raw Normal View History

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