UNPKG

@webfaas/webfaas-plugin-packageregistry-npm

Version:
8 lines (7 loc) 290 B
import { Core, IPlugin, IPackageRegistry } from "@webfaas/webfaas-core"; export default class WebFassPlugin implements IPlugin { listRegistry: Array<IPackageRegistry>; startPlugin(core: Core): Promise<void>; stopPlugin(core: Core): Promise<void>; constructor(core: Core); }