UNPKG

geta

Version:

Helpful tool for getting lower and uppercase of the letter a.

7 lines (6 loc) 94 B
const Constants = { LETTER: "a", LETTER_UPPERCASE: "A" } module.exports = Constants;