UNPKG

@byomakase/omakase-player

Version:

## Omakase Player - Open source JavaScript framework for building frame accurate video experiences

6 lines (5 loc) 272 B
import { AxiosRequestConfig, AxiosResponse } from 'axios'; export declare function httpGet<T>(url: string, config?: AxiosRequestConfig): Promise<AxiosResponse<T>>; export declare function formatAuthenticationHeaders(url: string): { [p: string]: string; } | undefined;