Deepy
A fast algorithm for value comparison and equality of value types.
It's build for performance, and supports ES6 primitives among other things.
Loosely based on algorithms from NodeJS, Jasmine, Lodash and others.
Install
$ npm install --save deepy
Usage
Returns either true or false depends if the values are the same according to the algorithm or not.
let deepy = // false // false // true // false // true