UNPKG

rambdax

Version:

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

6 lines (4 loc) 117 B
import { type } from './type' export function isFunction(fn){ return [ 'Async', 'Function' ].includes(type(fn)) }