726 B
726 B
fast-shallow-equal
Very fast shallow equal, based on fast-deep-equal.
Installation
npm i fast-shallow-equal --save
Usage
import {equal} from 'fast-shallow-equal';
equal(a, b);
License
Unlicense — public domain.