UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

6 lines (4 loc) 113 B
import { type } from './type' export function isPromise(x){ return [ 'Async', 'Promise' ].includes(type(x)) }