Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhungtnn committed Sep 30, 2024
1 parent 7ff3397 commit d596fc0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions evaluation/typescript/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
import { Evaluator } from './evaluation';
import { NewUserEvaluations } from './userEvaluation';
import {
createClause,
createFixedStrategy,
createRolloutStrategy,
createReason,
createRule,
createPrerequisite,
creatFeature,
createEvaluation,
createSegmentUser,
createStrategy,
createTarget,
createUser,
createVariation
} from './modelFactory';

export { Evaluator };
export { NewUserEvaluations };
export {
createClause,
createFixedStrategy,
createRolloutStrategy,
createReason,
createRule,
createPrerequisite,
creatFeature,
createEvaluation,
createSegmentUser,
createStrategy,
createTarget,
createUser,
createVariation
};

0 comments on commit d596fc0

Please sign in to comment.