We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7be20c commit e9ff17bCopy full SHA for e9ff17b
packages/shared/akamai-edgeworker-sdk/src/index.ts
@@ -1,18 +1,14 @@
1
import {
2
BasicLogger,
3
- LDOptions,
4
- LDContext,
5
LDFeatureStore,
6
- LDMultiKindContext,
7
- LDSingleKindContext,
+ LDOptions as LDOptionsCommon,
8
} from '@launchdarkly/js-server-sdk-common';
9
import { validateOptions } from './utils';
10
import LDClient from './api/LDClient';
11
import EdgePlatform from './platform';
12
import createPlatformInfo from './platform/info';
13
import type { EdgeProvider } from './featureStore';
14
import { EdgeFeatureStore } from './featureStore';
15
-import { LDOptions as LDOptionsCommon } from '@launchdarkly/js-server-sdk-common';
16
17
/**
18
* The Launchdarkly Edge SDKs configuration options. Only logger is officially
0 commit comments