mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -12,7 +12,7 @@ import createOver from './.internal/createOver.js';
|
||||
* @returns {Function} Returns the new function.
|
||||
* @example
|
||||
*
|
||||
* var func = overSome([Boolean, isFinite]);
|
||||
* const func = overSome([Boolean, isFinite]);
|
||||
*
|
||||
* func('1');
|
||||
* // => true
|
||||
|
||||
Reference in New Issue
Block a user