UNPKG

mongoose

Version:
10 lines (8 loc) 176 B
'use strict'; module.exports = function isAsyncFunction(v) { return ( typeof v === 'function' && v.constructor && v.constructor.name === 'AsyncFunction' ); };