bigint-crypto-utils/node_modules/log-symbols/browser.js

9 lines
108 B
JavaScript
Raw Normal View History

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