frontend/.pnpm-store/v3/files/87/f0feb0a2feb1c79b57ee045257309225b2dca064d097c9f2b6e90a4346bd62626fa3cc33e537036641348cc819bd5ed39941dcbc06dc390fa38946aab3f5b7

3 lines
101 B
Plaintext

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