DirectionalMatch<C>
type DirectionalMatch<C>: object;
Result of a directional lookup.
Type Parameters
Type Parameter | Default type |
---|---|
C extends DirectionalAbbreviation | DirectionalAbbreviation |
Type declaration
abbreviation
abbreviation: C;
The corresponding directional abbreviation.
directional
directional: DirectionalAbbreviationRecord[C];
The matched directional name.
See
lookupDirectional
for usage.