UNPKG
constants-js
Version:
latest (4.0.6)
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JavaScript Reusable Constants
github.com/YoussefZidan/constants-js
YoussefZidan/constants-js
constants-js
/
src
/
lowerCases.js
2 lines
(1 loc)
•
67 B
JavaScript
View Raw
1
2
export
const lowerCases =
"abcdefghijklmnopqrstuvwxyz"
.
split
(
""
);