ember-shallow-equal
v1.0.0
Published
A shallowEqual implementation that plays nice with array
Downloads
20
Readme
ember-shallow-equal
Installation
ember install ember-shallow-equal
Usage
import shallowEqual from 'shallow-equal';
The original implementation was taken from react-redux