UNPKG

youtube-likes-downloader

Version:
6 lines 272 B
import type { VideoInfo, VideoJSON } from '../types'; export declare function formatJSON({ id, title, channel, ext, resolution, duration, epoch }: VideoInfo & { resolution: [number, number]; duration: string; }): VideoJSON; //# sourceMappingURL=formatJSON.d.ts.map