deno.land / x / mongoose@6.7.5 / lib / helpers / isAsyncFunction.js

isAsyncFunction.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
'use strict';
module.exports = function isAsyncFunction(v) { return ( typeof v === 'function' && v.constructor && v.constructor.name === 'AsyncFunction' );};
mongoose

Version Info

Tagged at
a year ago