UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

4 lines (3 loc) 163 B
import { Command } from 'commander'; export declare function createProgram(): Promise<Command>; export declare function execute(rawArgs: string[]): Promise<void>;