diff --git a/src/index.ts b/src/index.ts index e5421d12..57198f21 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';