TenantAtlas/apps/platform/.pnpm-store/v10/files/c2/d05ac5f6c0338f5b00ff1492cd95a424df467fd18f8a9edbe9380747addca4da0d927fb99ca4762cb6e58afecfd73667ebdbd33ab3b53887506e2bded28eb8
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
155 B
Plaintext

import { from } from './from';
export function pairs(obj, scheduler) {
return from(Object.entries(obj), scheduler);
}
//# sourceMappingURL=pairs.js.map