Skip to content

Commit

Permalink
Use an import equal statement to get NS
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed May 26, 2023
1 parent e2a6c91 commit e7217f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/realm/src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
//
////////////////////////////////////////////////////////////////////////////

import { Realm as RealmConstructor, flags, safeGlobalThis } from "./internal";
import { Realm, flags, safeGlobalThis } from "./internal";

import RealmConstructor = Realm;

declare global {
/**
Expand Down

0 comments on commit e7217f5

Please sign in to comment.