postAsyncFetch.d.ts 106 Bytes
Newer Older
huahua committed
1
export declare function postAsyncFetch(this: any, object: any, url: any, options?: any): Promise<object>;