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
/
Registry
/
ControllerRegistry.d.ts
8 lines
(5 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ControllerDefinition
}
from
'../Types/ControllerDefinition.js'
;
import
'../Types/RouteDefinition.js'
;
import
'../Types/HttpMethods.js'
;
declare
const
ControllerRegistry
:
Map
<
any
,
ControllerDefinition
>;
export
{
ControllerRegistry
};