@f/equal

1.0.1 • Public • Published

equal

Build status Git tag NPM version Code style

Check two things for shallow equality

Installation

$ npm install @f/equal

Usage

var equal = require('@f/equal')

if (equal(nextProps, prevProps)) {
  component.render(nextProps)
}

API

equal(a, b)

  • a - An array/object/value to check against b for equality
  • b - An array/object/value to check against a for equality

Returns: A Boolean value indicating whether a and b are shallow equal.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @f/equal

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • f