UNPKG

react-ab-test

Version:

A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.

9 lines (8 loc) 291 B
module.exports = { Experiment: require("./lib/Experiment"), Variant: require("./lib/Variant"), emitter: require("./lib/emitter"), experimentDebugger: require("./lib/debugger"), mixpanelHelper: require("./lib/helpers/mixpanel"), segmentHelper: require("./lib/helpers/segment") };