Current Path : /home/infinitibizsol/.trash/node_modules.6/mongoose/lib/helpers/ |
Current File : /home/infinitibizsol/.trash/node_modules.6/mongoose/lib/helpers/isAsyncFunction.js |
'use strict'; module.exports = function isAsyncFunction(v) { return ( typeof v === 'function' && v.constructor && v.constructor.name === 'AsyncFunction' ); };