UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

3 lines 151 B
import type { Genre } from "../Interfaces/Genres"; export declare function genreParser<T>(body: any): Genre; //# sourceMappingURL=genre.parser.d.ts.map