summaryrefslogtreecommitdiff
path: root/node_modules/log-symbols/browser.js
blob: a66f8ec44ebecaa7cf50e7f416f8101911794b2a (plain)
1
2
3
4
5
6
7
8
'use strict';

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