Skip to content

Commit

Permalink
fix(types): add import as type
Browse files Browse the repository at this point in the history
  • Loading branch information
youhy committed May 16, 2024
1 parent fe78d9f commit d6419e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* with `undefined` as value; the promise is resolved, instead of rejected, to avoid UnhandledPromiseRejectionWarning
* or errors affecting processes using unsupported Node.js versions.
*/
import { LumigoSdkInitialization } from './bootstrap';
import type { LumigoSdkInitialization } from './bootstrap';
import { LUMIGO_LOGGING_NAMESPACE } from './constants';
import { minMajor, maxMajor } from './supportedVersions.json';
export type { LumigoSdkInitialization } from './bootstrap';
Expand Down

0 comments on commit d6419e9

Please sign in to comment.