UNPKG

preon

Version:

a smaller nodejs micro-service framework

10 lines (5 loc) 157 B
import Application from './application'; export * from '@preon/core'; export * from './application'; export { Application }; export default Application;