UNPKG

innertuber-rn

Version:

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

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