@salesforce/plugin-info
Version:
Plugin for accessing cli info from the command line
9 lines • 350 B
JavaScript
/*
* Copyright (c) 2021, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
export { Doctor } from './doctor.js';
export { Diagnostics } from './diagnostics.js';
//# sourceMappingURL=index.js.map