UNPKG

@braze/web-sdk

Version:

Braze SDK for web sites and other JS platforms.

6 lines (5 loc) 168 B
import r from "../managers/braze-instance.js"; import yt from "./utils/push-utils.js"; export function isPushSupported() { if (r.rr()) return yt.isPushSupported(); }