UNPKG
tu-view-plus
Version:
latest (1.0.2)
1.0.2
1.0.1
github.com/tujindong/tu-view-plus
tujindong/tu-view-plus
tu-view-plus
/
lib
/
src
/
result
/
src
/
constans.js
2 lines
(1 loc)
•
181 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
const
t=[
"info"
,
"success"
,
"warning"
,
"error"
,
"403"
,
"404"
,
"500"
,
"custom"
];
exports
.
resultStatusTypes
=t;