| DIR:/home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/es5-ext/object/ |
| Current File : /home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/es5-ext/object/is-callable.js |
// Deprecated
"use strict";
module.exports = function (obj) { return typeof obj === "function"; };
|