UNPKG

innertuber-rn

Version:

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

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