UNPKG

@musicorum/lastfm

Version:

Fully typed [Last.fm](https://last.fm) api client library written and made for Typescript!

10 lines (9 loc) 263 B
import type { LastClient } from '../LastClient'; export declare class Utilities { private client; constructor(client: LastClient); /** * Returns the URL to the Last.fm authentication page */ buildDesktopAuthURL(token: string): string; }