UNPKG

office-addin-node-debugger

Version:

Files for enabling office add-in web debugging using Node and VS Code.

3 lines (2 loc) 123 B
#!/usr/bin/env node export declare function run(host?: string, port?: string, role?: string, debuggerName?: string): void;