UNPKG

ytmusic_api_unofficial

Version:

A simple API to get music from YouTube Music

13 lines 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Thumbnail_1 = require("./Thumbnail"); class User { constructor(user) { var _a; this.thumbnails = (_a = user === null || user === void 0 ? void 0 : user.thumbnails) === null || _a === void 0 ? void 0 : _a.map((thumbnail) => new Thumbnail_1.Thumbnail(thumbnail)); this.name = user.name; this.id = user === null || user === void 0 ? void 0 : user.id; } } exports.default = User; //# sourceMappingURL=User.js.map