mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Consolidate prototype vars used only once.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import baseUnset from './_baseUnset.js';
|
||||
import isIndex from './_isIndex.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 `pullAt` without support for individual
|
||||
|
||||
Reference in New Issue
Block a user