UNPKG

youtube-likes-downloader

Version:
3 lines 177 B
import type { VideoInfo } from '../types'; export declare function formatTitle({ id, title, channel }: Omit<VideoInfo, 'ext'>): string; //# sourceMappingURL=formatTitle.d.ts.map