Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99374705
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 23, 23:48
Size
653 B
Mime Type
text/x-java
Expires
Sat, Jan 25, 23:48 (2 d)
Engine
blob
Format
Raw Data
Handle
23788961
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.js
View Options
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 cjs
const
{
Axios
,
AxiosError
,
CanceledError
,
isCancel
,
CancelToken
,
VERSION
,
all
,
Cancel
,
isAxiosError
,
spread
,
toFormData
,
AxiosHeaders
,
HttpStatusCode
,
formToJSON
,
mergeConfig
}
=
axios
;
export
{
axios
as
default
,
Axios
,
AxiosError
,
CanceledError
,
isCancel
,
CancelToken
,
VERSION
,
all
,
Cancel
,
isAxiosError
,
spread
,
toFormData
,
AxiosHeaders
,
HttpStatusCode
,
formToJSON
,
mergeConfig
}
Event Timeline
Log In to Comment