mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-01-10 22:49:29 -07:00
9 lines
108 B
JavaScript
9 lines
108 B
JavaScript
|
'use strict';
|
|||
|
|
|||
|
module.exports = {
|
|||
|
info: 'ℹ️',
|
|||
|
success: '✅',
|
|||
|
warning: '⚠️',
|
|||
|
error: '❌️'
|
|||
|
};
|