UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

13 lines (10 loc) 207 B
"use strict"; module.exports = function (str) { if (typeof str === "string") { return str .replace(/&/g, "&amp;") .replace(/</g, "&lt;") .replace(/>/g, "&gt;"); } return ""; };