UNPKG
@xilil/error-codes
Version:
latest (1.10.0)
1.10.0
1.9.0
1.8.2
1.8.1
1.8.0
1.7.0
1.6.0
1.5.4
1.5.3
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.1
1.1.0
1.0.9
1.0.7
统一错误码管理库 - 支持多语言、类型安全的错误处理工具
@xilil/error-codes
/
dist
/
constants
/
index.d.ts
6 lines
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./common'
;
export
*
from
'./business'
;
export
declare
const
ALL_ERROR_CODES
: { [
x
:
string
]:
import
(
".."
).
ErrorCodeConfig
; };
//# sourceMappingURL=index.d.ts.map