UNPKG

@imput/youtubei.js

Version:

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

7 lines (6 loc) 213 B
import { YTNode } from '../helpers.js'; import type { RawNode } from '../types/index.js'; export default class CompositeVideoPrimaryInfo extends YTNode { static type: string; constructor(data: RawNode); }