UNPKG

innertuber-rn

Version:

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

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