UNPKG

@juanjo4u/react_context

Version:
5 lines 123 B
export const isPromise = (value: any): boolean => !!( value && value.then && typeof value.then === 'function' )