This website works better with JavaScript.
Explore
Help
Register
Sign In
wangrunpu
/
stm32-iot-vben5
Watch
1
Star
0
Fork
You've already forked stm32-iot-vben5
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4b3d2d21ed
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4b3d2d21ed'
${ noResults }
stm32-iot-vben5
/
internal
/
node-utils
/
src
/
constants.ts
7 lines
96 B
Raw
Blame
History
enum
UNICODE
{
FAILURE
=
'\u2716'
,
// ✖
SUCCESS
=
'\u2714'
,
// ✔
}
export
{
UNICODE
}
;
Reference in new issue
View Git Blame
Copy Permalink