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