Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/es5-ext/object/is-callable.js

// Deprecated

"use strict";

module.exports = function (obj) { return typeof obj === "function"; };
Back to Directory File Manager