镜像自地址
https://github.com/therootcompany/request.js.git
已同步 2024-11-16 17:28:58 +00:00
adding types.d.ts
这个提交包含在:
父节点
7ce7e9d091
当前提交
98d6b242ab
24
types.d.ts
vendored
普通文件
24
types.d.ts
vendored
普通文件
@ -0,0 +1,24 @@
|
||||
export = root__request;
|
||||
|
||||
declare function root__request(opts: any, ...args: any[]): any;
|
||||
|
||||
declare namespace root__request {
|
||||
const debug: boolean;
|
||||
|
||||
const del: any;
|
||||
|
||||
function defaults(_defs: any): any;
|
||||
|
||||
function get(opts: any, ...args: any[]): any;
|
||||
|
||||
function head(opts: any, ...args: any[]): any;
|
||||
|
||||
function options(opts: any, ...args: any[]): any;
|
||||
|
||||
function patch(opts: any, ...args: any[]): any;
|
||||
|
||||
function post(opts: any, ...args: any[]): any;
|
||||
|
||||
function put(opts: any, ...args: any[]): any;
|
||||
|
||||
}
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户