UNPKG

dchk

Version:

UNIX-style domain availability checker (RDAP-first)

6 lines 195 B
#!/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