tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

5 lines
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