File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/axios

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

index.js684 B · 44 lines
import axios from './lib/axios.js'; // This module is intended to unwrap Axios default export as named.// Keep top-level export same with static properties// so that it can keep same with es module or cjsconst {  Axios,  AxiosError,  CanceledError,  isCancel,  CancelToken,  VERSION,  all,  Cancel,  isAxiosError,  spread,  toFormData,  AxiosHeaders,  HttpStatusCode,  formToJSON,  getAdapter,  mergeConfig,} = axios; export {  axios as default,  Axios,  AxiosError,  CanceledError,  isCancel,  CancelToken,  VERSION,  all,  Cancel,  isAxiosError,  spread,  toFormData,  AxiosHeaders,  HttpStatusCode,  formToJSON,  getAdapter,  mergeConfig,};