UNPKG

react-ionicons

Version:

A React SVG ionicon component

4 lines (3 loc) 188 B
export function isPromise<T>(value: any | Promise<T>): value is Promise<T> { return value && typeof (<any>value).subscribe !== 'function' && typeof (value as any).then === 'function'; }