UNPKG

@denis-kalinin/dev-certs

Version:

Managing certificates on nodejs http server

5 lines (4 loc) 269 B
import * as commander from "commander"; export declare function install(command: commander.Command): Promise<void>; export declare function uninstall(command: commander.Command): Promise<void>; export declare function verify(command: commander.Command): Promise<void>;