Files
starface-outlook-sync-addin/node_modules/office-addin-cli/lib/npmPackage.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

7 lines
265 B
TypeScript

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>;