UNPKG

@sroussey/parse-address

Version:
15 lines 244 B
export const directionsMap = { north: 'N', northeast: 'NE', east: 'E', southeast: 'SE', south: 'S', southwest: 'SW', west: 'W', northwest: 'NW', // French directional terms nord: 'N', est: 'E', sud: 'S', ouest: 'W', }