UNPKG

youtube-info-streams

Version:

Fetch meta information about YouTube videos including stream urls

3 lines (2 loc) 114 B
export declare const Name: (name: string) => string; export declare function info(videoId: string): Promise<any>;