This website requires JavaScript.
Explore
Help
Register
Sign In
bixuan
/
iot-card-plus-ui
Watch
1
Star
0
Fork
You've already forked iot-card-plus-ui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
013f3f3d2d
iot-card-plus-ui
/
internal
/
node-utils
/
src
/
constants.ts
7 lines
96 B
TypeScript
Raw
Blame
History
enum
UNICODE
{
FAILURE
=
'\u2716'
,
// ✖
SUCCESS
=
'\u2714'
,
// ✔
}
export
{
UNICODE
}
;
Reference in New Issue
View Git Blame
Copy Permalink