UNPKG

@np-dev/youtubei-js

Version:

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

11 lines (10 loc) 290 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; import { Text } from '../misc.js'; export default class Factoid extends YTNode { static type: string; label: Text; value: Text; accessibility_text: String; constructor(data: RawNode); }