UNPKG

core-mvc

Version:

Simple but powerful MVC framework for NodeJS.

5 lines (4 loc) 153 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const controllerRegistry = new Set(); exports.default = controllerRegistry;