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
/
Exception
/
ExceptionRegistry.d.ts
7 lines
(5 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
ExceptionRegistry
:
Map
<
any
, {
constructor
:
any
;
method
:
Function
; }>;
export
{
ExceptionRegistry
};