UNPKG

enola

Version:

API and CLI for obliterating files and directories

6 lines (5 loc) 201 B
#!/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;