UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

6 lines (5 loc) 251 B
export { ApplicationFactory, NovaOptions } from './ApplicationFactory.js'; export { NovaHttpFactory } from './NovaHttpFactory.js'; export { createParameterDecorator } from './ParameterFactory.js'; import 'express-serve-static-core'; import 'express';