Sha256: c692034610ac35559227657172f6f76581ee7b16c319c7d5973e19b650f11b9f
Contents?: true
Size: 301 Bytes
Versions: 23
Compression:
Stored size: 301 Bytes
Contents
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
Version data entries
23 entries across 23 versions & 1 rubygems