2.3.7 • Published 8 months ago

@guanghechen/fast-deep-equal v2.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Inspired by https://github.com/epoberezkin/fast-deep-equal, re-publish cause it's not support ESM.

Usage

  • use within ESM.

    import isEqual from '@guanghechen/fast-deep-equal'
    console.log(isEqual({foo: 'bar'}, {foo: 'bar'})); // true
  • use within CommonJS.

    const isEqual = require('@guanghechen/fast-deep-equal')
    console.log(isEqual({foo: 'bar'}, {foo: 'bar'})); // true
2.3.7

8 months ago

2.3.2

10 months ago

2.3.4

9 months ago

2.3.3

10 months ago

2.3.6

9 months ago

2.3.5

9 months ago

2.3.0

12 months ago

2.3.1

11 months ago

2.2.7

1 year ago

2.2.6

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago