first
This commit is contained in:
4
node_modules/totalist/sync/index.d.ts
generated
vendored
Normal file
4
node_modules/totalist/sync/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { Stats } from 'fs';
|
||||
export type Caller = (relPath: string, absPath: string, stats: Stats) => any;
|
||||
declare function totalist(dir: string, callback: Caller, prefix?: string): void;
|
||||
export default totalist;
|
Reference in New Issue
Block a user