UNPKG

tspace-spear

Version:

tspace-spear is a lightweight API framework for Node.js that is fast and highly focused on providing the best developer experience. It utilizes the native HTTP server

10 lines (9 loc) 252 B
import 'reflect-metadata'; export * from './methods'; export * from './headers'; export * from './middleware'; export * from './controller'; export * from './headers'; export * from './statusCode'; export * from './context'; export * from './swagger';