UNPKG

@duell10111/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube.

10 lines (9 loc) 270 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; export default class VideoBadgeView extends YTNode { static type: string; label: string; icon_name: string; may_truncate_text: boolean; constructor(data: RawNode); }