This website works better with JavaScript
Home
Explore
Help
Sign In
Front
/
sporttery
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
1
Wiki
Tree:
93c84c4dec
Branches
Tags
dev
master
sporttery
/
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 };