mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Fix ESLint errors and tests.
I've commented out a test for `_.merge` and will re-look it as I gradually cleanup the codebase.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* Checks if `value` is classified as a `Function` object.
|
||||
*
|
||||
@@ -13,16 +12,16 @@
|
||||
*
|
||||
* isFunction(() => {})
|
||||
* // => true
|
||||
*
|
||||
*
|
||||
* isFunction(async () => {})
|
||||
* // => true
|
||||
*
|
||||
*
|
||||
* isFunction(function * Any() {})
|
||||
* // => true
|
||||
*
|
||||
*
|
||||
* isFunction(Math.round)
|
||||
* // => true
|
||||
*
|
||||
*
|
||||
* isFunction(/abc/)
|
||||
* // => false
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user