UNPKG
randomquote-api
Version:
latest (3.5.6)
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.8
3.3.8
3.2.8
3.2.7
3.2.6
3.2.5
2.2.5
2.2.4
1.1.3
1.0.2
1.0.1
1.0.0
An api that gets random quotes.
github.com/TakenKills/Quote-api
TakenKills/Quote-api
randomquote-api
/
dist
/
index.d.ts
7 lines
(6 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
_default
: {
randomQuote
:
any
;
randomTen
:
any
;
getbyauthor
:
any
; };
export
= _default;