UNPKG

node-web-mvc

Version:
10 lines (9 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Method { constructor(handler, clazz) { this.handler = handler; this.clazz = clazz; } } exports.default = Method;