const rollouts = AlpinaJSRollouts();
rollouts.isEnabled('YOUR_FEATURE_ID')
// feature is enabled for the current user
// so you can make the feature available by adding your code here
// current user has been excluded from the pool
// generally, nothing needs to be done in this case
console.error('unable to fetch rollout state');