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 nr from "./feature-flags-provider-factory.js"; export function getAllFeatureFlags() { if (!r.rr()) return; const t = [], e = r.l(); if (e && !e.Re()) return t; const n = nr.o().De(); for (const r in n) t.push(n[r]); return t; }