qauMaWeb/node_modules/log-symbols/browser.js

9 lines
108 B
JavaScript
Raw Permalink Normal View History

2024-10-13 18:02:27 +08:00
'use strict';
module.exports = {
info: '',
success: '✅',
warning: '⚠️',
error: '❌️'
};