TenantAtlas/apps/platform/.pnpm-store/v10/files/2e/f97edd2653766f788240fdfa0fc8f648520534681ff64878d2ca1a81f5b212e8c993235852d3d1f9cbd6574fb536270f734b522d02fa2845a29cb57d910c91
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

5 lines
152 B
Plaintext

import { merge } from './merge';
export function mergeWith(...otherSources) {
return merge(...otherSources);
}
//# sourceMappingURL=mergeWith.js.map