country-codes-library
Version:
The Country Code Library provides a collection of two-letter and three-letter country codes according to the ISO 3166-1 standard, as well as it provides USA, China and Canada Province codes (State codes / adminstrative division codes). In addition, it inc
19 lines (18 loc) • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CanadaProvinceCode = void 0;
exports.CanadaProvinceCode = {
Alberta: "AB",
BritishColumbia: "BC",
Manitoba: "MB",
NewBrunswick: "NB",
NewfoundlandAndLabrador: "NL",
NorthwestTerritories: "NT",
NovaScotia: "NS",
Nunavut: "NU",
Ontario: "ON",
PrinceEdwardIsland: "PE",
Quebec: "QC",
Saskatchewan: "SK",
Yukon: "YT"
};