UNPKG

@braze/web-sdk

Version:

Braze SDK for web sites and other JS platforms.

12 lines (11 loc) 298 B
import r from "../managers/braze-instance.js"; import ar from "./feature-flags-provider-factory.js"; export function getAllFeatureFlags() { if (!r.rr()) return; const t = [], e = r.l(); if (e && !e.Te()) return t; const n = ar.o().Ie(); for (const r in n) t.push(n[r]); return t; }