@duell10111/youtubei.js
Version:
A JavaScript client for YouTube's private API, known as InnerTube.
11 lines • 370 B
JavaScript
import { YTNode } from '../../helpers.js';
import NavigationEndpoint from '../NavigationEndpoint.js';
class AutonavEndpoint extends YTNode {
constructor(data) {
super();
this.endpoint = new NavigationEndpoint(data.endpoint);
}
}
AutonavEndpoint.type = 'AutonavEndpoint';
export default AutonavEndpoint;
//# sourceMappingURL=AutonavEndpoint.js.map