UNPKG
enola
Version:
latest (0.4.5)
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
API and CLI for obliterating files and directories
enola
/
build
/
bin
/
index.d.ts
6 lines
(5 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
import
*
as
log4js
from
"log4js"
;
import
*
as
yargs
from
"yargs"
;
export
declare
function
getLogger
(
argv?: yargs.Arguments
): (log4js.
Logger
);
export
declare
const
argh
: yargs.
Argv
;