isFunction.js 148 Bytes Edit Raw Blame History 1 2 3 4 5 6 "use strict"; function isFunction(x) { return typeof x === 'function'; } exports.isFunction = isFunction; //# sourceMappingURL=isFunction.js.map