UNPKG

react-ionicons

Version:

A React SVG ionicon component

4 lines 169 B
export function isPromise(value) { return value && typeof value.subscribe !== 'function' && typeof value.then === 'function'; } //# sourceMappingURL=isPromise.js.map