Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.83 KB

sameValueZero.md

File metadata and controls

40 lines (32 loc) · 1.83 KB

Type Enforcer

A type enforcement library for javascript

npm build coverage deps size vulnerabilities license


sameValueZero(a, b) ⇒ boolean

Performs a SameValueZero equality check between two values.

See: SameValueZero

Param Type Description
a unknown A value to test.
b unknown Another value to test.