UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

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