UNPKG
@biorate/axios
Version:
latest (2.1.0)
2.1.0
2.0.0
1.156.2
1.156.0
1.149.0
1.139.0
1.138.2
1.138.1
1.120.0
1.117.0
1.116.0
1.115.0
1.114.0
1.112.0
1.110.0
1.104.0
1.102.1
1.102.0
1.100.0
1.96.2
1.96.1
1.96.0
1.95.1
1.95.0
1.93.1
1.93.0
1.91.5
1.91.4
1.91.3
1.91.2
1.91.1
1.91.0
1.90.0
1.86.0
1.76.3
1.65.4
1.59.0
1.54.0
1.44.1
1.44.0
1.42.2
1.42.1
1.38.4
1.38.3
1.38.2
1.38.1
1.30.12
1.29.0
1.28.1
1.28.0
1.27.4
1.27.3
1.27.2
1.27.1
1.27.0
1.26.0
1.24.8
1.24.0
1.11.7
1.11.6
1.11.4
1.11.2
1.7.2
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.2.2
1.0.0
0.30.19
0.30.17
0.30.11
0.30.9
0.30.7
0.30.6
0.30.5
0.30.2
0.30.0
0.29.1
0.28.0
0.27.0
0.26.0
0.25.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.1
Axios OOP static interface
biorate.github.io/core
biorate/core
@biorate/axios
/
dist
/
src
/
options.js
13 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Options
=
void
0
;
class
Options
extends
Array
{
get
first
() {
return
this
[
0
]; }
get
last
() {
return
this
[
this
.
length
-
1
]; } }
exports
.
Options
=
Options
;
//# sourceMappingURL=options.js.map