mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:39:29 +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;
|