UNPKG

@braze/web-sdk

Version:

Braze SDK for web sites and other JS platforms.

6 lines (5 loc) 208 B
import { logger as E } from "../../shared-lib/index.js"; export function logDeprecationWarning(e, i, n) { let r = `The '${e}' ${i} is deprecated.`; n && (r += ` Please use '${n}' instead.`), E.warn(r); }