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

نووسراو ببینە
1
2
3
4
5
6
7
'use strict';function isPromise(val) { return !!val && (typeof val === 'object' || typeof val === 'function') && typeof val.then === 'function';}
module.exports = isPromise;
mongoose

Version Info

Tagged at
a year ago