UNPKG

spotifydl-x

Version:
4 lines (3 loc) 135 B
import { ITrack } from '../typings'; declare const _default: (data: ITrack, file: string) => Promise<string>; export default _default;