Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ztopia/us-states

zicodeng3ISC1.2.6TypeScript support: included

All U.S. state names, abbreviations, and chinese translations

us states, states

readme

U.S. States

All U.S. state names, abbreviations, and chinese translations

Usage

import { US_STATES } from '@ztopia/us-states';

// {
//   ...
//   Washington: {
//     name: 'Washington',
//     abbreviation: 'WA',
//     translation: '华盛顿州'
//   },
//   ...
// }