Your IP : 216.73.217.13


Current Path : /var/www/fidelitychain/wwwOLD/node_modules/moment/src/lib/utils/
Upload File :
Current File : /var/www/fidelitychain/wwwOLD/node_modules/moment/src/lib/utils/is-function.js

export default function isFunction(input) {
    return (
        (typeof Function !== 'undefined' && input instanceof Function) ||
        Object.prototype.toString.call(input) === '[object Function]'
    );
}