summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts/is-promise.ls
blob: e3c7adff859030183d38b46b5a5ceaa1850c195c (plain)
1
module.exports = (x) -> typeof x.then == \function