UNPKG

node-web-mvc

Version:
7 lines (6 loc) 188 B
import { ClazzType } from './declare'; export default class Method { readonly clazz: ClazzType; readonly handler: Function; constructor(handler: Function, clazz: ClazzType); }