UNPKG

adminjs

Version:
8 lines (7 loc) 257 B
import AdminJS from '../../adminjs.js'; declare const outPath: string; declare function build(admin: AdminJS, { write, watch }?: { write?: boolean | undefined; watch?: boolean | undefined; }): Promise<string>; export { build as default, outPath, };