TenantAtlas/apps/platform/.pnpm-store/v10/files/28/7a2c3e3451160f73fe14525ae0ec386b49bb0dfe0f7fcf58fa21c2e0e813ea59b395516670d32386997265070803cdcd3ab76730a819e652dc349a1b8082bf
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

9 lines
266 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mapTo = void 0;
var map_1 = require("./map");
function mapTo(value) {
return map_1.map(function () { return value; });
}
exports.mapTo = mapTo;
//# sourceMappingURL=mapTo.js.map