UNPKG

youtube-likes-downloader

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