UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

8 lines (7 loc) 217 B
import { type RawNode } from '../index.js'; import { YTNode } from '../helpers.js'; export default class SharePanelHeader extends YTNode { static type: string; title: YTNode; constructor(data: RawNode); }