• File: FormData.js
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/axios/lib/platform/browser/classes/FormData.js
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 81 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';

export default typeof FormData !== 'undefined' ? FormData : null;