UNPKG

ultra-lyrics

Version:

Lyrics Fetcher

9 lines (8 loc) 263 B
import { AxiosRequestConfig } from 'axios'; export default abstract class Utils { constructor(); static fetch: <R>(url: string, config?: AxiosRequestConfig | undefined) => Promise<R>; static getHeaders: () => { [key: string]: string; }; }