UNPKG

@imput/youtubei.js

Version:

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

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