UNPKG

office-addin-test-server

Version:

Creates a local web server for testing Office Add-ins and receiving test results.

3 lines (2 loc) 111 B
import { OptionValues } from "commander"; export declare function start(options: OptionValues): Promise<void>;