slyrics
Version:
Scrape Lyrics without API Key
12 lines • 402 B
JavaScript
;
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