UNPKG

@webfaas/webfaas-core

Version:

WebFaaS Framework - Core

6 lines (5 loc) 146 B
import { Core } from "../Core"; export interface IPlugin { startPlugin(core: Core): Promise<any>; stopPlugin(core: Core): Promise<any>; }