Skip to content

Commit b7bcb6f

Browse files
refactor(LocationDefinition): remove direction_abbr property
1 parent f2a752f commit b7bcb6f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/definitions/location.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ export type LocationDefinition = LocaleEntry<{
9191
ordinal_abbr: string[];
9292
};
9393

94-
/**
95-
* The abbreviated names of the compass directions.
96-
* First the 4 cardinal directions, then the 4 ordinal directions.
97-
*/
98-
direction_abbr: string[];
99-
10094
/**
10195
* The pattern used to generate building numbers. Since building numbers rarely start with 0, any consecutive # characters will be replaced by a number without a leading zero.
10296
*/

0 commit comments

Comments
 (0)