UNPKG

@klettelars/soundcloud-downloader

Version:
5 lines (4 loc) 197 B
import { AxiosInstance } from 'axios'; import { User } from './info'; /** @internal */ export declare const getUser: (url: string, clientID: string, axiosInstance: AxiosInstance) => Promise<User>;