Sharkey/src/web/app/common/scripts/is-promise.ls

2 lines
51 B
Plaintext
Raw Normal View History

2016-12-29 00:49:51 +02:00
module.exports = (x) -> typeof x.then == \function