UNPKG

slyrics

Version:

Scrape Lyrics without API Key

8 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotImplCodes = void 0; exports.NotImplCodes = { PROVIDER_SEARCH_NOTIMPL: "Provider#search method is not implemented", PROVIDER_NAME_NOTIMPL: "Provider.name property is not implemented", }; //# sourceMappingURL=Constants.js.map