UNPKG

@nasheedstation/soundcloud-downloader

Version:

Download Soundcloud audio with Node.js, this is a forked version, the original script was written by @zackradisic

7 lines (4 loc) 147 B
import { SCDL as _scdl, create as _create } from './src/index' declare const scdl: _scdl export const create: typeof _create export default scdl