UNPKG

spotify-now-playing

Version:

<div align="center"> <img src="https://github.com/bigarmTomi/spotify-now-playing/blob/master/docs/spotify-1.png" /> <img src="https://github.com/bigarmTomi/spotify-now-playing/blob/master/docs/spotify-2.png" /> <img src="https://github.co

6 lines (5 loc) 193 B
import { Mapper } from './mapper'; import { SongResult } from './type'; export declare class SongResultMap implements Mapper<SongResult> { static parseSong(result: any): SongResult; }