youtube-moosick
Version:
Unofficial Youtube music API, fully written in TypeScript
23 lines • 751 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Videos = exports.Single = exports.Albums = exports.ArtistHeader = exports.ArtistContent = exports.ArtistURL = void 0;
const item_js_1 = require("../../blocks/item.js");
class ArtistURL extends item_js_1.Item {
}
exports.ArtistURL = ArtistURL;
class ArtistContent extends item_js_1.Item {
}
exports.ArtistContent = ArtistContent;
class ArtistHeader extends item_js_1.Item {
}
exports.ArtistHeader = ArtistHeader;
class Albums extends item_js_1.Item {
}
exports.Albums = Albums;
class Single extends item_js_1.Item {
}
exports.Single = Single;
class Videos extends item_js_1.Item {
}
exports.Videos = Videos;
//# sourceMappingURL=artistURL.js.map