UNPKG

tsunamy

Version:

A new typesript framework

14 lines (13 loc) 545 B
export { TyModule } from './TyModule'; export { Controller } from './Controller'; export { Injectable } from './Injectable'; export { Guards } from './Guards'; export { RequestMapping } from './RequestMapping'; export { PathParam } from './PathParam'; export { QueryParam } from './QueryParam'; export { Body } from './Body'; export { Response } from './Response'; export { GetMapping } from './GetMapping'; export { PostMapping } from './PostMapping'; export { PutMapping } from './PutMapping'; export { DeleteMapping } from './DeleteMapping';