fast-shallow-equal

February 16, 2018 ยท View on GitHub

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.

Contents

  1. 1Installation
  2. 2Usage
  3. 3License