UNPKG
ab-test-jsx
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
React (JS) AB testing consumption
github.com/agoda-com/react-handyman
agoda-com/react-handyman
ab-test-jsx
/
lib
/
cjs
/
ABTestsContext-887d4c4d.js
2 lines
(1 loc)
•
150 B
JavaScript
View Raw
1
2
"use strict"
;
var
t=
require
(
"react"
),e=t.
createContext
({}),r=t.
createContext
({
defaultVariant
:
"A"
});
exports
.
ABTestsContext
=e,
exports
.
ABTestsSettings
=r;