Sha256: 2460af41191009298d931c592fb6d4151beea320f1f25b73605e2211e53e4e88
Contents?: true
Size: 524 Bytes
Versions: 42
Compression:
Stored size: 524 Bytes
Contents
/// <reference types="node" /> import type Settings from '../settings'; import type { Entry } from '../types'; export declare type AsyncCallback = (error: 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;
Version data entries
42 entries across 42 versions & 3 rubygems
Version | Path |
---|---|
immosquare-cleaner-0.1.6 | node_modules/@nodelib/fs.scandir/out/providers/async.d.ts |
decidim-0.26.8 | packages/eslint-config/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts |