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

2 lines
51 B
Plaintext
Raw Normal View History

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