@sroussey/parse-address
Version:
US Street Address Parser
15 lines • 359 B
text/typescript
export const provinceCodesMap = {
'alberta': 'AB',
'british columbia': 'BC',
'manitoba': 'MB',
'new brunswick': 'NB',
'newfoundland and labrador': 'NL',
'northwest territories': 'NT',
'nova scotia': 'NS',
'nunavut': 'NU',
'ontario': 'ON',
'prince edward island': 'PE',
'quebec': 'QC',
'saskatchewan': 'SK',
'yukon': 'YT',
} as const;