UNPKG

@imput/youtubei.js

Version:

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

11 lines 297 B
import { YTNode } from '../helpers.js'; import { Parser } from '../index.js'; class GameCard extends YTNode { constructor(data) { super(); this.game = Parser.parseItem(data.game); } } GameCard.type = 'GameCard'; export default GameCard; //# sourceMappingURL=GameCard.js.map