UNPKG

inceptum

Version:

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

6 lines (5 loc) 145 B
import { Plugin } from '../BaseApp'; export default class StartStopPlugin implements Plugin { name: string; willStart(app: any): void; }