UNPKG

usa-states

Version:

Helper library for getting all of the states and territories of the United States in the specific format that you need.

17 lines 334 B
{ "compilerOptions": { "module": "none", "noImplicitAny": false, "removeComments": true, "preserveConstEnums": true, "outFile": "./index.js", "sourceMap": false }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ] }