UNPKG
rokapi
Version:
latest (1.0.1)
1.0.1
1.0.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
请求库
github.com/RockySun123/rokapi
RockySun123/rokapi
rokapi
/
dist
/
request-core
/
createSerialRequestor.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
import
type
{
Requestor
}
from
'./requestType'
;
export
declare
const
createSerialRequestor
:
() =>
(
baseRequestor
?:
Requestor
) =>
Requestor
;