Sharkey/src/web/app/common/scripts/is-promise.ts

2 lines
49 B
TypeScript
Raw Normal View History

2017-03-18 13:05:11 +02:00
export default x => typeof x.then == 'function';