From fa8cc68564d9fc86c868d18d93664295ab9ccc3e Mon Sep 17 00:00:00 2001 From: Matt Lewis <6425649+mattlewis92@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:03:00 +0000 Subject: [PATCH 1/2] Change JsSdk module declaration to namespace --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 66025ff..d28fa9a 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -6,7 +6,7 @@ export = JsSdk; -declare module JsSdk { +declare namespace JsSdk { /** * Split.io SDK factory function. * From 205ceb3cc41c365dc7165969aea0f054803c78cb Mon Sep 17 00:00:00 2001 From: Matt Lewis <6425649+mattlewis92@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:04:14 +0000 Subject: [PATCH 2/2] Update index.d.ts --- types/full/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/full/index.d.ts b/types/full/index.d.ts index b464fbd..28f39d6 100644 --- a/types/full/index.d.ts +++ b/types/full/index.d.ts @@ -6,7 +6,7 @@ export = JsSdk; -declare module JsSdk { +declare namespace JsSdk { /** * Full version of the Split.io SDK factory function. *