UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

12 lines (8 loc) 191 B
"use strict"; var querystring = require("./querystring"); function getUrlParams() { return querystring.parse(window.location.href); } module.exports = { getUrlParams: getUrlParams, };