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

2 lines
51 B
JavaScript

module.exports = x => typeof x.then == 'function';