UNPKG

inceptum

Version:

hipages take on the foundational library for enterprise-grade apps written in NodeJS

7 lines (6 loc) 181 B
import BaseApp, { Plugin } from '../app/BaseApp'; export default class MySQLPlugin implements Plugin { name: string; getName(): string; willStart(app: BaseApp): void; }