UNPKG

nuxtify-api

Version:

Lightweight music API for client without third-party libraries.

13 lines (12 loc) 294 B
import { Base } from '../base'; type WeeklyType = { nation: 'vn' | 'kr' | 'us'; week?: number; year?: number; }; export declare class Chart extends Base { getHome(): Promise<any>; getWeekly(params?: WeeklyType): Promise<any>; getNewRelease(): Promise<any>; } export {};