From f732d9cf612b5ea1791340d993734b62c51dfa01 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Mon, 6 Jan 2025 08:49:07 +0100 Subject: [PATCH] Hide proxy object --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1b79421..5164aaf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,