Syllabus/themes/piratecare/node_modules/log-symbols/browser.js

8 lines
107 B
JavaScript
Raw Normal View History

2020-03-05 04:10:52 +00:00
'use strict';
module.exports = {
info: '',
success: '✅',
warning: '⚠️',
error: '❌️'
};