UNPKG

zotero-plugin-scaffold

Version:
10 lines (7 loc) 421 B
import { B as Base, C as Context, O as OverrideConfig } from './shared/zotero-plugin-scaffold.fkuivpCE.mjs'; import 'hookable'; import 'esbuild'; type Constructor<T> = new (ctx: Context) => T; declare function runCommand<T extends Base>(CommandClass: Constructor<T>, config: OverrideConfig): Promise<void>; declare function mainWithErrorHandler(): Promise<void>; export { mainWithErrorHandler as default, runCommand };