@sroussey/parse-address
Version:
US Street Address Parser
19 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.directionsMap = void 0;
exports.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',
};
//# sourceMappingURL=directions.js.map