🎨 Support non-native promises
This commit is contained in:
parent
4cd0de0e87
commit
32073fa079
5 changed files with 24 additions and 4 deletions
|
@ -43,6 +43,11 @@ exports.defineProperties = function (exports) {
|
|||
get: function () {
|
||||
return require('../deprecations')
|
||||
}
|
||||
},
|
||||
isPromise: {
|
||||
get: function () {
|
||||
return require('../is-promise')
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue