DefinitelyTyped/types/microrouter
Hum3 a959f414dd
little change
`import { router, get, ServerRequest, ServerResponse } from 'microrouter';
const notfound = (req: ServerRequest, res: ServerResponse) => send(res, 404, 'Not found route');
export default router(
    get('/', notfound)`
);
2018-03-11 08:57:10 -03:00
..
index.d.ts little change 2018-03-11 08:57:10 -03:00
tsconfig.json
tslint.json