UNPKG

@sushibtw/youtubei

Version:

Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!

6 lines (5 loc) 151 B
interface Constructor<T> { new (...args: any[]): T; } export declare function extendsBuiltIn(): (target: Constructor<any>) => any; export {};