UNPKG

@imput/youtubei.js

Version:

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

11 lines 366 B
import { YTNode } from '../../helpers.js'; import { Parser } from '../../index.js'; class MultiPageMenuSection extends YTNode { constructor(data) { super(); this.items = Parser.parseArray(data.items); } } MultiPageMenuSection.type = 'MultiPageMenuSection'; export default MultiPageMenuSection; //# sourceMappingURL=MultiPageMenuSection.js.map