mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:29:30 +08:00
3 lines
186 B
Text
3 lines
186 B
Text
import { Stats } from 'fs';
|
|
export type Caller = (relPath: string, absPath: string, stats: Stats) => any;
|
|
export function totalist(dir: string, callback: Caller, prefix?: string): void;
|