UNPKG

@aaronlcj/use-last-fm

Version:

Get data from last.fm as a React hook.

3 lines (2 loc) 173 B
import { LastFMResponseBody, State, TrackImage } from './types'; export declare function parseSong(body: LastFMResponseBody | null, imageSize: TrackImage['size']): State;