Skip to content

Commit

Permalink
chore: export Doctor and Diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jul 26, 2022
1 parent 6089bd6 commit 8bd75b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

export = {};
export { SfDoctor, Doctor } from './doctor';
export { Diagnostics } from './diagnostics';

0 comments on commit 8bd75b1

Please sign in to comment.