UNPKG

ym-api

Version:

A Node.js wrapper for the Yandex.Music API (Unofficial) http://music.yandex.ru

23 lines (22 loc) 413 B
declare const _default: { api: { host: string; port: number; scheme: string; }; authApi: { host: string; port: number; scheme: string; }; oauth: { CLIENT_ID: string; CLIENT_SECRET: string; }; fake_device: { DEVICE_ID: string; UUID: string; PACKAGE_NAME: string; }; }; export default _default;