Files
anissah/user/themes/anissabensalah/node_modules/es5-ext/object/is-callable.js
T
2018-05-28 13:26:25 +02:00

8 lines
102 B
JavaScript

// Deprecated
"use strict";
module.exports = function (obj) {
return typeof obj === "function";
};