Files
Александр Тороп 038bf44010 init
2024-03-30 18:27:37 +03:00

3 lines
101 B
JavaScript

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