UNPKG

get-youtube-video-info

Version:
13 lines (12 loc) 397 B
export declare function getInfo({ videoId, apiKey }: { videoId: string; apiKey: string; }): Promise<number | undefined>; export declare function getStatistics({ videoId, apiKey }: { videoId: string; apiKey: string; }): Promise<number | undefined>; export declare function getDuration({ videoId, apiKey }: { videoId: string; apiKey: string; }): Promise<number | undefined>;