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

12 lines (11 loc) 250 B
/** * The entry point. * * @module tspace-spear */ export * from './core/decorators'; export * from './core/types'; export * from './core/server/router'; export * from './core/server'; import Spear from './core/server'; export default Spear;