Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/core-js/internals/is-callable.js

// `IsCallable` abstract operation
// https://tc39.es/ecma262/#sec-iscallable
module.exports = function (argument) {
  return typeof argument == 'function';
};
Back to Directory File Manager