Sha256: 98e0c2b48d855a844099123e8ec20fe383ecd1c5877f3895b048656befe268d0
Contents?: true
Size: 274 Bytes
Versions: 51
Compression:
Stored size: 274 Bytes
Contents
import type Settings from '../settings'; import type { ErrnoException, Stats } from '../types'; export declare type AsyncCallback = (error: ErrnoException, stats: Stats) => void; export declare function read(path: string, settings: Settings, callback: AsyncCallback): void;
Version data entries
51 entries across 51 versions & 3 rubygems