UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

8 lines (6 loc) 151 B
"use strict"; module.exports = function (obj) { return Object.keys(obj).filter(function (key) { return typeof obj[key] === "function"; }); };