UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

10 lines 284 B
import { YTNode } from '../helpers.js'; class DynamicTextView extends YTNode { constructor(data) { super(); this.text = data.text.content; } } DynamicTextView.type = 'DynamicTextView'; export default DynamicTextView; //# sourceMappingURL=DynamicTextView.js.map