Outlook_Addin_LLM/node_modules/office-addin-cli/lib/npmPackage.d.ts

7 lines
265 B
TypeScript
Raw Normal View History

export declare function clearCachedScripts(): void;
/**
* Gets a script command from package json during a npm execution
* @param scriptName The name of the script
*/
export declare function getPackageJsonScript(scriptName: string): Promise<string | undefined>;