UNPKG
ultra-lyrics
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Lyrics Fetcher
ultra-lyrics
/
dist
/
Utils.d.ts
9 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
; }; }