misskey/src/web/app/common/scripts/is-promise.ts
2017-11-13 18:05:35 +09:00

2 lines
49 B
TypeScript

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