UNPKG
the-moon
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.0
🌕 Show me the moon
omrilotan.com/mono/the-moon/
omrilotan/mono
the-moon
/
lib
/
formats
/
index.js
9 lines
(8 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
exports.FORMAT_ICON
=
'icon'
;
exports.FORMAT_CODE
=
'code'
;
exports.FORMAT_NAME
=
'name'
;
exports.FORMATS
= [ exports.FORMAT_ICON, exports.FORMAT_CODE, exports.FORMAT_NAME, ]
;