typed-usa-states
Version:
An array of geographical data for all USA states with full TypeScript support
1 lines • 1.45 kB
JavaScript
Object.defineProperty(exports,"__esModule",{value:!0}),exports.usaStates=exports.usaStatesWithZipCodes=exports.usaStatesWithPopulation=exports.usaStatesWithCounties=exports.usaStatesWithArea=exports.usaStatesFull=exports.usaCities=void 0;var cities_1=require("./cities");Object.defineProperty(exports,"usaCities",{enumerable:!0,get:function(){return cities_1.usaCities}});var states_full_1=require("./states-full");Object.defineProperty(exports,"usaStatesFull",{enumerable:!0,get:function(){return states_full_1.usaStatesFull}});var states_with_area_1=require("./states-with-area");Object.defineProperty(exports,"usaStatesWithArea",{enumerable:!0,get:function(){return states_with_area_1.usaStatesWithArea}});var states_with_counties_1=require("./states-with-counties");Object.defineProperty(exports,"usaStatesWithCounties",{enumerable:!0,get:function(){return states_with_counties_1.usaStatesWithCounties}});var states_with_population_1=require("./states-with-population");Object.defineProperty(exports,"usaStatesWithPopulation",{enumerable:!0,get:function(){return states_with_population_1.usaStatesWithPopulation}});var states_with_zipcodes_1=require("./states-with-zipcodes");Object.defineProperty(exports,"usaStatesWithZipCodes",{enumerable:!0,get:function(){return states_with_zipcodes_1.usaStatesWithZipCodes}});var states_1=require("./states");Object.defineProperty(exports,"usaStates",{enumerable:!0,get:function(){return states_1.usaStates}});