Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
var
/
www
/
html
/
tpid-cinema-counter
/
node_modules
/
fdir
/
dist
/
api
/
Or
Select Your none :
Upload File :
New :
File
Dir
/var/www/html/tpid-cinema-counter/node_modules/fdir/dist/api/walker.d.ts
import { ResultCallback, Options } from "../types"; import { Output } from "../types"; export declare class Walker<TOutput extends Output> { private readonly root; private readonly isSynchronous; private readonly state; private readonly joinPath; private readonly pushDirectory; private readonly pushFile; private readonly getArray; private readonly groupFiles; private readonly resolveSymlink; private readonly walkDirectory; private readonly callbackInvoker; constructor(root: string, options: Options, callback?: ResultCallback<TOutput>); start(): TOutput | null; private walk; }