UNPKG

json-routing

Version:

JSON configurable MVC routing for express 4

7 lines 105 B
/** * Interface for controller handler */ export interface IHandler { fnc: any , name: string }