UNPKG

ts-router

Version:

koa router middleware, typescript fully supported, jersey like coding

7 lines (6 loc) 140 B
const Routes = Symbol(); export {Routes}; const Properties = Symbol(); export {Properties}; const RoutePath = Symbol(); export {RoutePath};