UNPKG

innertuber-rn

Version:

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

8 lines (7 loc) 256 B
import { type RawNode } from '../index.js'; import { type ObservedArray, YTNode } from '../helpers.js'; export default class BrowseFeedActions extends YTNode { static type: string; contents: ObservedArray<YTNode>; constructor(data: RawNode); }