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) 219 B
import { type RawNode } from '../index.js'; import { YTNode } from '../helpers.js'; export default class BackstagePostThread extends YTNode { static type: string; post: YTNode; constructor(data: RawNode); }