UNPKG

@antoniojps/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube.

8 lines 257 B
import WatchEndpoint from './WatchEndpoint.js'; export default class PrefetchWatchCommand extends WatchEndpoint { static type = 'PrefetchWatchCommand'; constructor(data) { super(data); } } //# sourceMappingURL=PrefetchWatchCommand.js.map