UNPKG

rambda

Version:

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) }