UNPKG

electron-oauth-helper

Version:

Easy to use helper library for OAuth1 and OAuth2.

8 lines 269 B
export declare type ResponseType = { headers: object; statusCode: number; statusMessage: string; body: string; }; export declare const postRequest: (options: any, data?: string | undefined) => Promise<ResponseType>; //# sourceMappingURL=request.d.ts.map