ScaleBun
Skip to article

Rollouts

webDeveloper

The ScaleBun.rollouts namespace — 1 members.

Updated Reviewed

Feature rollouts / kill-switches: scalebun.rollouts.isOn('beta-banner').

TypeScript
import ScaleBun from '@scalebun/web';
ScaleBun.rollouts.<method>(…);

Members#

MemberSignature
isOnisOn(key: string): boolean

Reference#

isOn#

TypeScript
ScaleBun.rollouts.isOn(key: string): boolean
Rollouts · API reference · Web SDK · ScaleBun