UNPKG

rox-ssr

Version:

Rollout.io ROX JS SDK Client for SSR

11 lines (10 loc) 288 B
interface FlagInterface { new (defaultValue: boolean): FlagInterface; readonly name: string; readonly defaultValue: string; isEnabled(context?: any): boolean; } declare const internalRoxFlag: FlagInterface; export declare class Flag extends internalRoxFlag { } export {};