UNPKG

ym-api-meowed

Version:

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

7 lines (6 loc) 160 B
/** * GET: clck.ru/-- * @param URL Url to something * @returns clck.ru shortened link */ export default function shortenLink(URL: string): Promise<string>;