UNPKG

timestamped-lyrics

Version:

Simple Package to fetch and display timestamped lyrics for a given song.

4 lines 270 B
export { LyricalClient, LyricalClientOptions, GetLyricsOptions, QuerySongOptions, } from "./src/Client"; export type { LyricSearchResult } from "./src/types/LyricalSearchResult"; export type { LyricLine } from "./src/types/LyricLine"; //# sourceMappingURL=index.d.ts.map