.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / log-symbols / browser.js
1 'use strict';
2 module.exports = {
3         info: 'ℹ️',
4         success: '✅',
5         warning: '⚠️',
6         error: '❌️'
7 };