Sha256: fa316e5f457f8a5ef600f305a60cb0031f0cf07c7c6991b520d353739f56c6ad
Contents?: true
Size: 554 Bytes
Versions: 23
Compression:
Stored size: 554 Bytes
Contents
/// <reference types="node" /> import Settings from '../settings'; import { Entry } from '../types'; export declare type AsyncCallback = (err: NodeJS.ErrnoException, entries: Entry[]) => void; export declare function read(directory: string, settings: Settings, callback: AsyncCallback): void; export declare function readdirWithFileTypes(directory: string, settings: Settings, callback: AsyncCallback): void; export declare function readdir(directory: string, settings: Settings, callback: AsyncCallback): void; //# sourceMappingURL=async.d.ts.map
Version data entries
23 entries across 23 versions & 1 rubygems