UNPKG

@imput/youtubei.js

Version:

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

11 lines 385 B
import { YTNode } from '../../helpers.js'; import { Parser } from '../../index.js'; class CommandExecutorCommand extends YTNode { constructor(data) { super(); this.commands = Parser.parseCommands(data.commands); } } CommandExecutorCommand.type = 'CommandExecutorCommand'; export default CommandExecutorCommand; //# sourceMappingURL=CommandExecutorCommand.js.map