UNPKG
create-varan-app
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Create varan app command line utility
github.com/ersims/varan
ersims/varan
create-varan-app
/
dist
/
lib
/
emojis.js
12 lines
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
emojis = {
success
:
'✔'
,
warning
:
'⚠'
,
failure
:
'❌'
,
rocket
:
'🚀'
,
robot
:
'🤖'
, };
// Exports
exports
.
default
= emojis;
//# sourceMappingURL=emojis.js.map