Skip to content

Instantly share code, notes, and snippets.

@MegaSpaceHamlet
Created September 15, 2023 18:22
Show Gist options
  • Save MegaSpaceHamlet/a115548abcd07abdcdf750dce0a7f4a1 to your computer and use it in GitHub Desktop.
Save MegaSpaceHamlet/a115548abcd07abdcdf750dce0a7f4a1 to your computer and use it in GitHub Desktop.
const unitTypes = [ // https://public-dhhs.ne.gov/nfocus/HowDoI/howdoi/usps_address_unit_types.htm
'APT',
'BLDG',
'BSMT',
'DEPT',
'FL',
'FRNT',
'HNGR',
'KEY',
'LBBY',
'LOT',
'LOWR',
'OFC',
'PH',
'PIER',
'REAR',
'RM',
'SIDE',
'SLIP',
'SPC',
'STE',
'STOP',
'TRLR',
'UNIT',
'UPPR',
'#' // I added this one
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment