mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import arrayEach from './_arrayEach.js';
|
||||
import baseAssignValue from './_baseAssignValue.js';
|
||||
import arrayEach from './.internal/arrayEach.js';
|
||||
import baseAssignValue from './.internal/baseAssignValue.js';
|
||||
import bind from './bind.js';
|
||||
import toKey from './_toKey.js';
|
||||
import toKey from './.internal/toKey.js';
|
||||
|
||||
/**
|
||||
* Binds methods of an object to the object itself, overwriting the existing
|
||||
|
||||
Reference in New Issue
Block a user