UNPKG

todo-txt-cli

Version:

A CLI for todo.txt files - http://todotxt.org/

5 lines (4 loc) 119 B
export function logger(namespace: string): { debug: (...args: any) => void; }; export function initLogger(): void;