import r from"../managers/braze-instance.js";
import nr from"./feature-flags-provider-factory.js";
exportfunctiongetFeatureFlag(t) {
if (!r.rr()) return;
const e = r.l();
if (e && !e.Re()) returnnull;
const n = nr.o().De();
return n[t] ? n[t] : null;
}