UNPKG

@mini2/core

Version:

Mini Express Framework - Lightweight and modular Express.js framework with TypeScript support

6 lines 140 B
export interface IConfig { host: string; port: number; applicationName: string; } //# sourceMappingURL=config.interface.d.ts.map