Files
Arbitrate-FrontendH5/node_modules/log-symbols/browser.js
T

9 lines
108 B
JavaScript
Raw Normal View History

2024-01-18 10:46:33 +08:00
'use strict';
module.exports = {
info: 'ℹ️',
success: '✅',
warning: '⚠️',
error: '❌️'
};