Sharkey/src/web/app/common/scripts/is-promise.ls
2016-12-29 07:49:51 +09:00

2 lines
51 B
Plaintext

module.exports = (x) -> typeof x.then == \function