• File: index.js
  • Full Path: /var/www/nodejs/callDir/node_modules/axios/lib/platform/node/index.js
  • Date Modified: 06/03/2024 4:47 PM
  • File size: 297 bytes
  • MIME-type: text/plain
  • Charset: utf-8
import URLSearchParams from './classes/URLSearchParams.js'
import FormData from './classes/FormData.js'

export default {
  isNode: true,
  classes: {
    URLSearchParams,
    FormData,
    Blob: typeof Blob !== 'undefined' && Blob || null
  },
  protocols: [ 'http', 'https', 'file', 'data' ]
};