UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

10 lines (7 loc) 105 B
"use strict"; function sync(url) { window.location.href = url; } module.exports = { sync: sync, };