kirimdata369's picture
Ultra-Clean Deployment of Zeta Sovereign Suite
026255b
Raw
History Blame Contribute Delete
117 Bytes
'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;