TenantAtlas/apps/platform/.pnpm-store/v10/files/f6/2cf6021f7886d51f5dedafd84e2b728b7d7843f8fa2f460439162e02480ea0d05890271bb97186d1d264257d85893e2b42a8b2db06a641ba4be57bf6cbe031
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
117 B
Plaintext

'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;