mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Assume ES5+ built-ins exist.
This commit is contained in:
@@ -38,7 +38,7 @@ const reIsNative = RegExp(`^${
|
||||
* isNative(Array.prototype.push);
|
||||
* // => true
|
||||
*
|
||||
* isNative(_);
|
||||
* isNative(isDate);
|
||||
* // => false
|
||||
*/
|
||||
function isNative(value) {
|
||||
|
||||
Reference in New Issue
Block a user