@twurple/api-call
Version:
A light wrapper around the Twitch API.
7 lines • 406 B
TypeScript
/// <reference types="node" resolution-mode="require"/>
import type { TwitchApiCallOptions } from '../TwitchApiCallOptions.js';
/** @private */
export declare function handleTwitchApiResponseError(response: Response, options: TwitchApiCallOptions): Promise<void>;
/** @private */
export declare function transformTwitchApiResponse<T>(response: Response): Promise<T>;
//# sourceMappingURL=transform.d.ts.map