UNPKG
dchk
Version:
latest (0.1.1)
0.1.1
0.1.0
UNIX-style domain availability checker (RDAP-first)
github.com/carlrannaberg/dchk
carlrannaberg/dchk
dchk
/
dist
/
cli.d.ts
6 lines
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
import
{
Command
}
from
'commander'
; declare
const
program
:
Command
;
export
declare
function
runCli
(
):
Promise
<
void
>;
export
default
program;
//# sourceMappingURL=cli.d.ts.map