"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',
};