Outlook_Addin_LLM/node_modules/office-addin-node-debugger/lib/debugger.d.ts

3 lines
123 B
TypeScript
Raw Normal View History

#!/usr/bin/env node
export declare function run(host?: string, port?: string, role?: string, debuggerName?: string): void;