UNPKG

fluorine-lib

Version:

Reactive state and side effect management for React using a single stream of actions

5 lines (3 loc) 111 B
export default function isPromise(obj) { return typeof obj === 'object' && typeof obj.then === 'function' }