UNPKG

@np-dev/youtubei-js

Version:

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

12 lines (11 loc) 344 B
import Text from './misc/Text.js'; import Author from './misc/Author.js'; import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; export default class VideoOwner extends YTNode { static type: string; subscription_button: any; subscriber_count: Text; author: Author; constructor(data: RawNode); }