1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 13:05:57 +02:00
Files
misskey/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