UNPKG

innertuber-rn

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

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