UNPKG

@crowdin/ota-client

Version:

JavaScript library for Crowdin OTA Content Delivery

7 lines (6 loc) 209 B
/// <reference types="node" /> import { HttpClient } from '../../model'; export declare class FetchHttpClient implements HttpClient { get<T>(url: string): Promise<T>; isJson(res: Response): boolean; }