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
/
continents.d.ts
6 lines
(5 loc)
•
100 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
Continent
= {
label
:
string
;
code
:
string
; };
export
const
continents
:
Continent
[];