UNPKG
todo-txt-cli
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.0
0.3.0
0.2.0
0.1.1
0.0.0
A CLI for todo.txt files - http://todotxt.org/
gitlab.com/commenthol/todo-txt-cli
todo-txt-cli
/
types
/
logger.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
export
function
logger
(
namespace: string
): {
debug
:
(
...args: any
) =>
void
; };
export
function
initLogger
(
):
void
;