UNPKG

rambdax

Version:

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

8 lines (5 loc) 169 B
import _objectIs from './_internals/_objectIs' export function identical(a, b){ if (arguments.length === 1) return _b => identical(a, _b) return _objectIs(a, b) }