mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Consolidate prototype vars used only once.
This commit is contained in:
@@ -3,11 +3,8 @@ import baseIndexOf from './_baseIndexOf.js';
|
||||
import baseIndexOfWith from './_baseIndexOfWith.js';
|
||||
import copyArray from './_copyArray.js';
|
||||
|
||||
/** Used for built-in method references. */
|
||||
const arrayProto = Array.prototype;
|
||||
|
||||
/** Built-in value references. */
|
||||
const splice = arrayProto.splice;
|
||||
const splice = Array.prototype.splice;
|
||||
|
||||
/**
|
||||
* The base implementation of `pullAllBy`.
|
||||
|
||||
Reference in New Issue
Block a user