UNPKG

@np-dev/youtubei-js

Version:

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

7 lines (6 loc) 201 B
import type { RawNode } from '../index.js'; import BackstagePost from './BackstagePost.js'; export default class Post extends BackstagePost { static type: string; constructor(data: RawNode); }