UNPKG
netpower-ng
Version:
latest (1.0.1)
1.0.1
A common library that can be used for fe and be
netpower-ng
/
lib
/
error.d.ts
6 lines
(5 loc)
•
94 B
TypeScript
View Raw
1
2
3
4
5
6
export declare
class
Error
{ message: string; code: string; stack: string; }