UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

5 lines (4 loc) 197 B
import { CommanderHandler, LeafCommand } from "../types.js"; export declare const verifyHost: () => Promise<CommanderHandler>; declare const loginCommand: LeafCommand; export default loginCommand;