hypertune
Version:
[Hypertune](https://www.hypertune.com/) is the most flexible platform for feature flags, A/B testing, analytics and app configuration. Built with full end-to-end type-safety, Git-style version control and local, synchronous, in-memory flag evaluation. Opt
6 lines • 390 B
TypeScript
import { Event, Exposure, Expression, Logs } from "../types";
export declare function getExpressionEvaluationCountLogs(expression: Expression): Logs;
export declare function getEventLogs(event: Event): Logs;
export declare function getExposureLogs(exposure: Exposure): Logs;
export declare function mergeLogs(...logs: (Logs | undefined)[]): Logs;
//# sourceMappingURL=reductionLogs.d.ts.map