summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts/is-promise.js
blob: fd3dc42da3caa604c2515ea7d7e02181b9888e3a (plain)
1
module.exports = x => typeof x.then == 'function';