UNPKG

@np-dev/youtubei-js

Version:

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

11 lines (10 loc) 564 B
export type { Type as Context } from "./Context.js"; export type { Type as Title } from "./Title.js"; export type { Type as Description } from "./Description.js"; export type { Type as Tags } from "./Tags.js"; export type { Type as Privacy } from "./Privacy.js"; export type { Type as Category } from "./Category.js"; export type { Type as MadeForKids } from "./MadeForKids.js"; export type { Type as AgeRestricted } from "./AgeRestricted.js"; export type { Type as License } from "./License.js"; export type { Type as VideoThumbnail } from "./VideoThumbnail.js";