📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 08:41:06
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
gaxios
/
build
/
src
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/gaxios/build/src
🔄 Refresh
✏️
Editing: index.d.ts
Writable
import { GaxiosOptions } from './common'; import { Gaxios } from './gaxios'; export { GaxiosError, GaxiosPromise, GaxiosResponse, Headers, RetryConfig, } from './common'; export { Gaxios, GaxiosOptions }; /** * The default instance used when the `request` method is directly * invoked. */ export declare const instance: Gaxios; /** * Make an HTTP request using the given options. * @param opts Options for the request */ export declare function request<T>(opts: GaxiosOptions): Promise<import("./common").GaxiosResponse<T>>;
💾 Save Changes
❌ Cancel