UNPKG

@antoniojps/youtubei.js

Version:

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

11 lines 328 B
import { Parser } from '../index.js'; import { YTNode } from '../helpers.js'; export default class MetadataScreen extends YTNode { static type = 'MetadataScreen'; section_list; constructor(data) { super(); this.section_list = Parser.parseItem(data); } } //# sourceMappingURL=MetadataScreen.js.map