mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-16 22:19:13 +08:00
2 lines
166 B
Text
2 lines
166 B
Text
export type Callback = (directory: string, files: string[]) => string | false | void;
|
|
export default function (directory: string, callback: Callback): string | void;
|