UNPKG

sensible-sdk

Version:

Sensible-SDK

6 lines (5 loc) 214 B
export declare class Net { static timeout: number; static httpGet(url: string, params: any, config?: any): Promise<unknown>; static httpPost(url: string, params: any, config?: any): Promise<unknown>; }