UNPKG

@duell10111/youtubei.js

Version:

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

11 lines 365 B
import { YTNode } from '../../helpers.js'; import NavigationEndpoint from '../NavigationEndpoint.js'; export default class AutoplayEndpoint extends YTNode { static type = 'AutoplayEndpoint'; endpoint; constructor(data) { super(); this.endpoint = new NavigationEndpoint(data.endpoint); } } //# sourceMappingURL=AutoplayEndpoint.js.map