@fav/type.is-function
Version:
Checks whether a value is a function or not.
2 lines • 1.02 kB
JavaScript
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;(n=(n=(n="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).fav||(n.fav={})).type||(n.type={})).isFunction=e()}}(function(){return function f(i,u,d){function p(n,e){if(!u[n]){if(!i[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(c)return c(n,!0);var o=new Error("Cannot find module '"+n+"'");throw o.code="MODULE_NOT_FOUND",o}var r=u[n]={exports:{}};i[n][0].call(r.exports,function(e){return p(i[n][1][e]||e)},r,r.exports,f,i,u,d)}return u[n].exports}for(var c="function"==typeof require&&require,e=0;e<d.length;e++)p(d[e]);return p}({1:[function(e,n,t){"use strict";function o(e){return"function"==typeof e}Object.defineProperty(o,"not",{enumerable:!0,value:function(e){return"function"!=typeof e}}),n.exports=o},{}]},{},[1])(1)});
//# sourceMappingURL=fav.type.is-function.min.js.map