Files
xfc__adminfront_V2/internal/node-utils/src/constants.ts

7 lines
96 B
TypeScript
Raw Normal View History

2026-01-30 16:03:46 +08:00
enum UNICODE {
FAILURE = '\u2716', // ✖
SUCCESS = '\u2714', // ✔
}
export { UNICODE };