UNPKG
ryoko
Version:
latest (0.1.6)
0.1.52
0.1.51
0.1.50
0.1.42
0.1.41
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
a requestion lib based on the fetch native api
github.com/gejiuyuan/ryoko
gejiuyuan/ryoko
ryoko
/
dist
/
types
/
index.d.ts
6 lines
(5 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
RyokoNativeFn
}
from
'./types'
;
declare
const
ryoko
:
RyokoNativeFn
;
export
{ abortAllRequest, abortOneRequest, abortPendingRequest, }
from
'./abort/abortToken'
;
export
*
from
'./types'
;
export
default
ryoko;