Sha256: 7a54173f19c6286ee0305fbf6ccc4b4a5adf5f54b831877205c60f19f2b78cf0
Contents?: true
Size: 357 Bytes
Versions: 26
Compression:
Stored size: 357 Bytes
Contents
/// <reference types="node" /> import { WalkerState } from "../../types"; import fs from "fs"; export type WalkDirectoryFunction = (state: WalkerState, directoryPath: string, depth: number, callback: (entries: fs.Dirent[], directoryPath: string, depth: number) => void) => void; export declare function build(isSynchronous: boolean): WalkDirectoryFunction;
Version data entries
26 entries across 26 versions & 1 rubygems