PHP 7.4.33
Preview: index.js Size: 460 B
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/is-function/index.js
module.exports = isFunction

var toString = Object.prototype.toString

function isFunction (fn) {
  if (!fn) {
    return false
  }
  var string = toString.call(fn)
  return string === '[object Function]' ||
    (typeof fn === 'function' && string !== '[object RegExp]') ||
    (typeof window !== 'undefined' &&
     // IE8 and below
     (fn === window.setTimeout ||
      fn === window.alert ||
      fn === window.confirm ||
      fn === window.prompt))
};

Directory Contents

Dirs: 0 × Files: 5
Name Size Perms Modified Actions
460 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
1.03 KB lrw-r--r-- 2026-04-28 09:11:39
Edit Download
975 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
527 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
1.25 KB lrw-r--r-- 2026-04-28 09:11:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).