UNPKG
scdl-core
Version:
latest (1.1.0)
1.1.0
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.12
1.0.11
1.0.10
1.0.8
1.0.6
1.0.5
1.0.3
SoundCloud downloader
misa198.github.io/scdl-core
misa198/scdl-core
scdl-core
/
dist
/
services
/
search.d.ts
3 lines
(2 loc)
•
172 B
TypeScript
View Raw
1
2
3
import
{
SearchOptions
,
SearchResponse
}
from
"../@types/search"
;
export
declare
const
search
:
(
clientId
:
string
,
searchOptions
:
SearchOptions
) =>
Promise
<
SearchResponse
>;