UNPKG

office-addin-project

Version:

Provides project wide commands to an Office Addin Project

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