Exit Full View

Games Cupboard / build / js / node_modules / log-symbols / browser.js

'use strict';

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