UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

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