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

5 lines
No EOL
301 B
TypeScript

import Settings from '../settings';
import { ErrnoException, Stats } from '../types';
export declare type AsyncCallback = (err: ErrnoException, stats: Stats) => void;
export declare function read(path: string, settings: Settings, callback: AsyncCallback): void;
//# sourceMappingURL=async.d.ts.map