Skip to content

Commit b2e6c41

Browse files
committed
Explicitly export LDOptions
1 parent 0fcd2b5 commit b2e6c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sdk/server-node/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import { LDOptions } from './api/LDOptions';
1515
import LDClientImpl from './LDClientNode';
1616

1717
export * from '@launchdarkly/js-server-sdk-common';
18+
// Override common options with node specific options.
19+
export { LDOptions };
1820

1921
// To replace the exports from `export *` we need to name them.
2022
// So the below exports replace them with the Node specific variants.

0 commit comments

Comments
 (0)