UNPKG

summarizely-cli

Version:

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

5 lines 317 B
export declare function log(level: 'START' | 'OK' | 'FAIL', proc: string, msg?: string): void; export declare function logStart(proc: string): void; export declare function logOk(proc: string, msg?: string): void; export declare function logFail(proc: string, msg?: string): void; //# sourceMappingURL=logger.d.ts.map