Compares
An object of property names and prop functions.
    Object<String,Prop()>
  
  {
    // return `true` if the values should be considered the same:
    lastName: function( aValue, bValue ) {
        return ( "" + aValue ).toLowerCase() === ( "" + bValue ).toLowerCase();
    }
}
 GitHub
GitHub Twitter
Twitter