UNPKG

@nguyenmv2/buy-button

Version:

BuyButton.js allows merchants to build Shopify interfaces into any website

12 lines (9 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isFunction; function isFunction(obj) { return !!(obj && obj.constructor && obj.call && obj.apply); } ;