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 68fd729 commit d7c39cdCopy full SHA for d7c39cd
src/index.ts
@@ -20,6 +20,9 @@ import EppoClient, {
20
IAssignmentDetails,
21
IContainerExperiment,
22
} from './client/eppo-client';
23
+import EppoPrecomputedClient, {
24
+ PrecomputedFlagsRequestParameters,
25
+} from './client/eppo-precomputed-client';
26
import FlagConfigRequestor from './configuration-requestor';
27
import {
28
IConfigurationStore,
@@ -50,12 +53,14 @@ export {
50
53
IBanditLogger,
51
54
IBanditEvent,
52
55
56
57
EppoClient,
58
constants,
59
ApiEndpoints,
60
FlagConfigRequestor,
61
HttpClient,
62
validation,
63
+ EppoPrecomputedClient,
64
65
// Configuration store
66
0 commit comments