This website works better with JavaScript
Home
Explore
Help
Sign In
samool
/
DZ-MXWPP-WEB
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4dbd13d48d
Branches
Tags
admin-dz
main
DZ-MXWPP-WEB
/
internal
/
node-utils
/
src
/
constants.ts
constants.ts
96 B
History
Raw
1
2
3
4
5
6
enum UNICODE {
FAILURE = '\u2716', // ✖
SUCCESS = '\u2714', // ✔
}
export { UNICODE };