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
/
base-info.d.ts
5 lines
(4 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
import
{
Playlist
}
from
"../@types/playlist"
;
import
{
Track
}
from
"../@types/track"
;
import
{
User
}
from
"../@types/user"
;
export
declare
const
getSingleItemInfo
:
(
clientId
:
string
,
url
:
string
) =>
Promise
<
Playlist
|
Track
|
User
>;