UNPKG

dev-env-installer

Version:

[![Build Status](https://travis-ci.org/mulesoft-labs/dev-env-installer.svg?branch=master)](https://travis-ci.org/mulesoft-labs/dev-env-installer)

4 lines (3 loc) 277 B
export declare function pullAll(rootFolder: string, workspaceDescriptorFile: string): void; export declare function buildAll(rootFolder: string, workspaceDescriptorFile: string): void; export declare function testAll(rootFolder: string, workspaceDescriptorFile: string): void;