UNPKG

nuxtify-api

Version:

Lightweight music API for client without third-party libraries.

7 lines (6 loc) 207 B
import { Base } from '../base'; export declare class Song extends Base { getUrl(songId: string): Promise<any>; getDetail(songId: string): Promise<any>; getLyrics(songId: string): Promise<any>; }