summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts/is-promise.ts
blob: 3b4cd70b49c4aa8d8f0bf9beca0c597d4b756631 (plain)
1
export default x => typeof x.then == 'function';