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
/
ABTestsContext
/
types.d.ts
5 lines
(4 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
Variant
=
'A'
|
'B'
;
export
interface
ABTests
{ [
key
:
string
]:
Variant
|
undefined
; }