Sha256: 4cdaa2f28b917cc3fb61454657fed974968a66557ef23c2858997565d3b9559c
Contents?: true
Size: 186 Bytes
Versions: 26
Compression:
Stored size: 186 Bytes
Contents
import { Stats } from 'fs'; export type Caller = (relPath: string, absPath: string, stats: Stats) => any; export function totalist(dir: string, callback: Caller, prefix?: string): void;
Version data entries
26 entries across 26 versions & 1 rubygems