UNPKG

innertuber-rn

Version:

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

11 lines 386 B
import { Parser } from '../index.js'; import { YTNode } from '../helpers.js'; class SecondarySearchContainer extends YTNode { constructor(data) { super(); this.contents = Parser.parseArray(data.contents); } } SecondarySearchContainer.type = 'SecondarySearchContainer'; export default SecondarySearchContainer; //# sourceMappingURL=SecondarySearchContainer.js.map