UNPKG

appolo

Version:
5 lines (3 loc) 133 B
import {App} from "../app"; export type Class = { new(...args: any[]): any; }; export type Plugin = (app:App,ops:any)=>Promise<any>