Skip to content

Commit

Permalink
Merge pull request #222 from OP-Engineering/oscar/hide-proxy-object
Browse files Browse the repository at this point in the history
Hide proxy object
  • Loading branch information
ospfranco authored Jan 6, 2025
2 parents de0d048 + 5fa011e commit f110a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ if (global.__OPSQLiteProxy == null) {
}

const proxy = global.__OPSQLiteProxy;
export const OPSQLite = proxy as OPSQLiteProxy;
const OPSQLite = proxy as OPSQLiteProxy;

export const {
IOS_DOCUMENT_PATH,
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"strict": true,
"target": "ESNext",
"verbatimModuleSyntax": true
}
},
"exclude": ["docs"]
}

0 comments on commit f110a6d

Please sign in to comment.