Sha256: f12ea658b060da1752c65ae4f1e4c248587f6cd4cb4acabbf79a110b6b02ff75

Contents?: true

Size: 478 Bytes

Versions: 53

Compression:

Stored size: 478 Bytes

Contents

import AsyncReader from '../readers/async';
import type Settings from '../settings';
import type { Entry, Errno } from '../types';
export declare type AsyncCallback = (error: Errno, entries: Entry[]) => void;
export default class AsyncProvider {
    private readonly _root;
    private readonly _settings;
    protected readonly _reader: AsyncReader;
    private readonly _storage;
    constructor(_root: string, _settings: Settings);
    read(callback: AsyncCallback): void;
}

Version data entries

53 entries across 53 versions & 4 rubygems

Version Path
immosquare-cleaner-0.1.18 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.17 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.16 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.14 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.13 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.12 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.11 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.10 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.9 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.8 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.7 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
immosquare-cleaner-0.1.6 node_modules/@nodelib/fs.walk/out/providers/async.d.ts
decidim-0.26.8 packages/eslint-config/node_modules/@nodelib/fs.walk/out/providers/async.d.ts