UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

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