UNPKG

@sroussey/parse-address

Version:
19 lines 413 B
"use strict"; 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