UNPKG

rambdax

Version:

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

6 lines (4 loc) 97 B
import { type } from './type.js' export function isPromise(x){ return type(x) === 'Promise' }