UNPKG

innertuber-rn

Version:

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

11 lines 370 B
import Text from '../misc/Text.js'; import { YTNode } from '../../helpers.js'; class UpdateDateTextAction extends YTNode { constructor(data) { super(); this.date_text = new Text(data.dateText).toString(); } } UpdateDateTextAction.type = 'UpdateDateTextAction'; export default UpdateDateTextAction; //# sourceMappingURL=UpdateDateTextAction.js.map