UNPKG

slyrics

Version:

Scrape Lyrics without API Key

12 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LyricsSearchResultItem = void 0; class LyricsSearchResultItem { constructor(title, artist, getLyrics) { this.title = title; this.artist = artist; this.getLyrics = getLyrics; } } exports.LyricsSearchResultItem = LyricsSearchResultItem; //# sourceMappingURL=LyricsSearchResultItem.js.map