/var/www/flurhymez/node_modules/@nodelib/fs.walk/out/providers
NameSizeModeActions
async.d.ts4780644editdlrm
async.js8950644editdlrm
index.d.ts1670644editdlrm
index.js3880644editdlrm
stream.d.ts4130644editdlrm
stream.js10210644editdlrm
sync.d.ts3380644editdlrm
sync.js4070644editdlrm
Edit: /var/www/flurhymez/node_modules/@nodelib/fs.walk/out/providers/async.d.ts (478B)
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; }