lepu-test-platform-web/node_modules/log-symbols/browser.js

8 lines
107 B
JavaScript
Raw Normal View History

'use strict';
module.exports = {
info: '',
success: '✅',
warning: '⚠️',
error: '❌️'
};