PATH:
home
/
bnathsfovv
/
marcopaolini.info
/
wp-content
/
plugins
/
extendify
/
src
/
AutoLaunch
/
functions
const normalizeAssignment = (assignment) => ({ variant: assignment?.variant ?? null, percentage: typeof assignment?.percentage === 'number' ? assignment.percentage : null, }); export const getAbTest = (key) => normalizeAssignment(window.extLaunchData?.activeTests?.[key]);
[-] links.js
[edit]
[-] insights.js
[edit]
[-] theme.js
[edit]
[-] pages.js
[edit]
[-] wp.js
[edit]
[-] getAbTest.js
[edit]
[-] helpers.js
[edit]
[-] extendify-code.js
[edit]
[+]
..
[-] setup.js
[edit]
[-] nav.js
[edit]
[-] fonts.js
[edit]
[-] plugins.js
[edit]
[-] vibes.js
[edit]
[-] patterns.js
[edit]