1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 00:45:50 +02:00
Files
misskey/src/web/app/common/scripts/is-promise.js
syuilo 45e8331e26 🍣
Closes #12, #227 and #58
2017-03-18 20:05:11 +09:00

2 lines
49 B
JavaScript

export default x => typeof x.then == 'function';