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