UNPKG

youtube-moosick

Version:

Unofficial Youtube music API, fully written in TypeScript

9 lines 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Video = void 0; const item_js_1 = require("../../blocks/item.js"); class Video extends item_js_1.Item { thumbnails; } exports.Video = Video; //# sourceMappingURL=video.js.map