astro-ghostcms/.pnpm-store/v3/files/36/0dda381bd20943336078b8bdf71...

12 lines
459 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.transform = void 0;
const common_1 = require("../utils/common");
const locationLike_1 = require("./locationLike");
function transform(locations, getOtherRange) {
return locations
.map(location => (0, locationLike_1.transform)(location, getOtherRange))
.filter(common_1.notEmpty);
}
exports.transform = transform;
//# sourceMappingURL=locationsLike.js.map