Sha256: 76325c48027ab3f722557d260ddc326a2f6b08c03262e9fb4841da25b741c6a7
Contents?: true
Size: 639 Bytes
Versions: 26
Compression:
Stored size: 639 Bytes
Contents
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; }
Version data entries
26 entries across 26 versions & 1 rubygems