UNPKG
geta
Version:
latest (1.10.6)
1.10.6
1.8.6
1.8.5
Helpful tool for getting lower and uppercase of the letter a.
github.com/funnbot/a
funnbot/a
geta
/
src
/
Constants.js
7 lines
(6 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
Constants
=
{ LETTER:
"a"
, LETTER_UPPERCASE:
"A"
}
module
.
exports
= Constants;