UNPKG
@nova-ts/core
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A serverside framework used to build scalable application
github.com/Inbanithi107/NovaTS
@nova-ts/core
/
dist
/
Factory
/
index.d.ts
6 lines
(5 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
export
{
ApplicationFactory
,
NovaOptions
}
from
'./ApplicationFactory.js'
;
export
{
NovaHttpFactory
}
from
'./NovaHttpFactory.js'
;
export
{ createParameterDecorator }
from
'./ParameterFactory.js'
;
import
'express-serve-static-core'
;
import
'express'
;