UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

11 lines 348 B
import { YTNode } from '../helpers.js'; import { Text } from '../misc.js'; class PremiereTrailerBadge extends YTNode { constructor(data) { super(); this.label = new Text(data.label); } } PremiereTrailerBadge.type = 'PremiereTrailerBadge'; export default PremiereTrailerBadge; //# sourceMappingURL=PremiereTrailerBadge.js.map