UNPKG

youtube-moosick

Version:

Unofficial Youtube music API, fully written in TypeScript

10 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Song = void 0; const enums_js_1 = require("../../enums.js"); const item_js_1 = require("../../blocks/item.js"); class Song extends item_js_1.Item { type = enums_js_1.Category.SONG; } exports.Song = Song; //# sourceMappingURL=song.js.map