@ts-common/azure-js-dev-tools
Version:
Developer dependencies for TypeScript related projects
9 lines • 427 B
TypeScript
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
export declare function execute(command: string, packageFolderPath: string): void;
export declare function npmRunBuild(packageFolderPath: string): void;
export declare function npmInstall(packageFolderPath: string): void;
//# sourceMappingURL=execute.d.ts.map