UNPKG

summarizely-cli

Version:

YouTube summarizer that respects your existing subscriptions. No API keys required.

9 lines 388 B
export declare function toIsoCompact(d?: Date): string; export declare function ensureDir(dir: string): void; export declare function writeToLatestDir(outputDir: string, files: { source: string; name: string; }[]): void; export declare function tmpDir(prefix: string): string; export declare function youtubeIdFromUrl(u: string): string | null; //# sourceMappingURL=utils.d.ts.map