UNPKG

constants-js

Version:
6 lines (5 loc) 100 B
export type Continent = { label: string; code: string; }; export const continents: Continent[];