UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

12 lines (9 loc) 144 B
"use strict"; module.exports = function (body) { try { body = JSON.parse(body); } catch (e) { /* ignored */ } return body; };