UNPKG

@duell10111/youtubei.js

Version:

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

9 lines (8 loc) 296 B
import { YTNode } from '../../helpers.js'; import { type RawNode } from '../../index.js'; import NavigationEndpoint from '../NavigationEndpoint.js'; export default class AutonavEndpoint extends YTNode { static type: string; endpoint: NavigationEndpoint; constructor(data: RawNode); }