UNPKG
soundcloud-sync
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.2
0.0.1
Sync your SoundCloud likes to local files
github.com/realies/soundcloud-sync
realies/soundcloud-sync
soundcloud-sync
/
dist
/
services
/
verifyTimestamps.d.ts
3 lines
(2 loc)
•
208 B
TypeScript
View Raw
1
2
3
import
{
Callbacks
,
UserLike
,
VerifyTimestampResult
}
from
'../types.ts'
;
export
default
function
verifyTimestamps
(
likes: UserLike[], folder: string, callbacks?: Callbacks
):
Promise
<
VerifyTimestampResult
[]>;