UNPKG

react-alpha-beta

Version:

Simple declarative A/B testing component for React.

12 lines (10 loc) 263 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * @overview Anything that is configurable should be in config.js. */ exports.default = { endPoint: process.env.ALPHA_BETA_ENDPOINT || 'http://127.0.0.1:8000/api/alphabeta' };