Skip to content

Commit b5a9529

Browse files
Merge pull request #918 from jpike88/patch-1
Change JsSdk module declaration to namespace
2 parents 85bf20c + 9676ea8 commit b5a9529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export = JsSdk;
88

9-
declare module JsSdk {
9+
declare namespace JsSdk {
1010
/**
1111
* Split.io SDK factory function.
1212
* The settings parameter should be an object that complies with the SplitIO.INodeAsyncSettings.

0 commit comments

Comments
 (0)