{"version":3,"file":"is.mjs","sources":["../../../../../node_modules/type/function/is.js"],"sourcesContent":["\"use strict\";\n\nvar isPrototype = require(\"../prototype/is\");\n\nmodule.exports = function (value) {\n\tif (typeof value !== \"function\") return false;\n\n\tif (!hasOwnProperty.call(value, \"length\")) return false;\n\n\ttry {\n\t\tif (typeof value.length !== \"number\") return false;\n\t\tif (typeof value.call !== \"function\") return false;\n\t\tif (typeof value.apply !== \"function\") return false;\n\t} catch (error) {\n\t\treturn false;\n\t}\n\n\treturn !isPrototype(value);\n};\n"],"names":["isPrototype","require$$0","is","value"],"mappings":";AAEA,IAAIA,IAAcC,GAElBC,IAAiB,SAAUC,GAAO;AAGjC,MAFI,OAAOA,KAAU,cAEjB,CAAC,eAAe,KAAKA,GAAO,QAAQ,EAAG,QAAO;AAElD,MAAI;AAGH,QAFI,OAAOA,EAAM,UAAW,YACxB,OAAOA,EAAM,QAAS,cACtB,OAAOA,EAAM,SAAU,WAAY,QAAO;AAAA,EAChD,QAAiB;AACf,WAAO;AAAA,EACT;AAEC,SAAO,CAACH,EAAYG,CAAK;AAC1B;","x_google_ignoreList":[0]}