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