JSPM

universal-deep-strict-equal

1.2.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 187837
  • Score
    100M100P100Q188694F
  • License MIT

A port of Node v6's internal _deepEqual function in a universal style

Package Exports

  • universal-deep-strict-equal

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (universal-deep-strict-equal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

universal-deep-strict-equal

A port of Node v6's internal _deepEqual function in a universal style.

Build Status NPM version License

Sauce Test Status

Issues and improvements should be done in Node.js first.

API

deepEqual(actual, expected, [strict])

USAGE

var deepEqual = require('universal-deep-strict-equal');

deepEqual({a:1}, {a:'1'}); // => true
deepEqual({a:1}, {a:'1'}, false); // => true
deepEqual({a:1}, {a:'1'}, true); // => false

INSTALL

npm install universal-deep-strict-equal

AUTHOR

CONTRIBUTORS

LICENSE

Licensed under the MIT license.