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 bf13895 commit 89856e7Copy full SHA for 89856e7
packages/optimizely-sdk/lib/core/decision_service/index.d.ts
@@ -18,6 +18,11 @@ declare module '@optimizely/optimizely-sdk/lib/core/decision_service' {
18
import { LogHandler } from '@optimizely/js-sdk-logging';
19
import { ProjectConfig } from '@optimizely/optimizely-sdk/lib/core/project_config';
20
21
+ /**
22
+ * Creates an instance of the DecisionService.
23
+ * @param {Options} options Configuration options
24
+ * @return {DecisionService} An instance of the DecisionService
25
+ */
26
export function createDecisionService(options: Options): DecisionService;
27
28
interface DecisionService {
0 commit comments