UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

13 lines (10 loc) 193 B
"use strict"; module.exports = function (body) { try { body = JSON.parse(body); // eslint-disable-next-line no-unused-vars } catch (err) { /* ignored */ } return body; };