Skip to main content
Module

x/rambda/source/isPromise.js

Faster and smaller alternative to Ramda
Latest
File
import { type } from './type.js'
export function isPromise(x){ return type(x) === 'Promise'}