UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

12 lines (8 loc) 173 B
"use strict"; function isHTTPS(protocol) { protocol = protocol || window.location.protocol; return protocol === "https:"; } module.exports = { isHTTPS: isHTTPS, };