UNPKG
type-exception
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Package for Error class with inner error and aggregate erros
github.com/vvenegasv/type-exception
type-exception
/
src
/
index.ts
2 lines
•
95 B
text/typescript
View Raw
1
2
export
{ nameof }
from
"./reflection-helper"
;
export
{
TypeException
}
from
"./type-exception"
;