mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -17,8 +17,8 @@ import baseIsEqual from './.internal/baseIsEqual.js';
|
||||
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.
|
||||
* @example
|
||||
*
|
||||
* var object = { 'a': 1 };
|
||||
* var other = { 'a': 1 };
|
||||
* const object = { 'a': 1 };
|
||||
* const other = { 'a': 1 };
|
||||
*
|
||||
* isEqual(object, other);
|
||||
* // => true
|
||||
|
||||
Reference in New Issue
Block a user