✌️
This commit is contained in:
parent
b4046da451
commit
f6f1eb1bca
3 changed files with 7 additions and 7 deletions
1
src/web/app/common/scripts/is-promise.js
Normal file
1
src/web/app/common/scripts/is-promise.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
module.exports = x => typeof x.then == 'function';
|
||||
|
|
@ -1 +0,0 @@
|
|||
module.exports = (x) -> typeof x.then == \function
|
||||
Loading…
Add table
Add a link
Reference in a new issue