UNPKG

@mini2/core

Version:

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

8 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MINI_TYPES = void 0; exports.MINI_TYPES = { IController: Symbol.for('IController'), IApp: Symbol.for('IApp'), }; //# sourceMappingURL=types.js.map