Skip to content

Commit e9ff17b

Browse files
committed
Removed unused imports
1 parent e7be20c commit e9ff17b

File tree

1 file changed

+1
-5
lines changed
  • packages/shared/akamai-edgeworker-sdk/src

1 file changed

+1
-5
lines changed

packages/shared/akamai-edgeworker-sdk/src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
import {
22
BasicLogger,
3-
LDOptions,
4-
LDContext,
53
LDFeatureStore,
6-
LDMultiKindContext,
7-
LDSingleKindContext,
4+
LDOptions as LDOptionsCommon,
85
} from '@launchdarkly/js-server-sdk-common';
96
import { validateOptions } from './utils';
107
import LDClient from './api/LDClient';
118
import EdgePlatform from './platform';
129
import createPlatformInfo from './platform/info';
1310
import type { EdgeProvider } from './featureStore';
1411
import { EdgeFeatureStore } from './featureStore';
15-
import { LDOptions as LDOptionsCommon } from '@launchdarkly/js-server-sdk-common';
1612

1713
/**
1814
* The Launchdarkly Edge SDKs configuration options. Only logger is officially

0 commit comments

Comments
 (0)