mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -25,8 +25,8 @@ import getMatchData from './.internal/getMatchData.js';
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* var object = { 'greeting': 'hello' };
|
||||
* var source = { 'greeting': 'hi' };
|
||||
* const object = { 'greeting': 'hello' };
|
||||
* const source = { 'greeting': 'hi' };
|
||||
*
|
||||
* isMatchWith(object, source, customizer);
|
||||
* // => true
|
||||
|
||||
Reference in New Issue
Block a user