UNPKG
@juanjo4u/react_context
Version:
latest (1.0.0)
1.0.0
contex creator
github.com/Juanjo4U/react_context
Juanjo4U/react_context
@juanjo4u/react_context
/
src
/
utils
/
validations.ts
5 lines
•
123 B
text/typescript
View Raw
1
2
3
4
5
export
const
isPromise = (
value
:
any
):
boolean
=>
!!( value && value.
then
&&
typeof
value.
then
===
'function'
)