@tsdiapi/cli
Version:
A command-line tool for creating and managing scalable TSDIAPI projects with built-in plugin integration and configuration support.
8 lines • 340 B
TypeScript
/**
* Updates an installed plugin in the current TSDIAPI project.
*
* @param {string} pluginName - The name of the plugin to update.
* @returns {Promise<void>} - A promise that resolves after the plugin is updated.
*/
export declare const updatePlugin: (sourceName: string) => Promise<void>;
//# sourceMappingURL=update-plugin.d.ts.map