Skip to content

Commit

Permalink
jsdoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed May 13, 2024
1 parent 2354508 commit 2e7c812
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spellings.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* See
* https://www.noslangues-ourlanguages.gc.ca/en/writing-tips-plus/sault-ste.-marie-soo-saultite
*/
export declare const preferredSaultSteMarieSpelling = "Sault Ste. Marie";
/**
* See
* https://www.canadapost-postescanada.ca/cpc/en/support/kb/business/address-accuracy/municipality-abbreviations-ontario
*/
export declare const canadaPostSaultSteMarieSpelling = "S-STE-MARIE";
export declare const lowerCaseSaultSteMarieSpellings: Set<string>;
8 changes: 8 additions & 0 deletions spellings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
import cartesianProduct from 'just-cartesian-product';
/**
* See
* https://www.noslangues-ourlanguages.gc.ca/en/writing-tips-plus/sault-ste.-marie-soo-saultite
*/
export const preferredSaultSteMarieSpelling = 'Sault Ste. Marie';
/**
* See
* https://www.canadapost-postescanada.ca/cpc/en/support/kb/business/address-accuracy/municipality-abbreviations-ontario
*/
export const canadaPostSaultSteMarieSpelling = 'S-STE-MARIE';
const wordSpellings = {
sault: ['s', 'sault', 'saulte', 'soo'],
Expand Down
8 changes: 8 additions & 0 deletions spellings.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
import cartesianProduct from 'just-cartesian-product'

/**
* See
* https://www.noslangues-ourlanguages.gc.ca/en/writing-tips-plus/sault-ste.-marie-soo-saultite
*/
export const preferredSaultSteMarieSpelling = 'Sault Ste. Marie'

/**
* See
* https://www.canadapost-postescanada.ca/cpc/en/support/kb/business/address-accuracy/municipality-abbreviations-ontario
*/
export const canadaPostSaultSteMarieSpelling = 'S-STE-MARIE'

const wordSpellings = {
Expand Down

0 comments on commit 2e7c812

Please sign in to comment.