mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import assignValue from './_assignValue.js';
|
||||
import baseZipObject from './_baseZipObject.js';
|
||||
import assignValue from './.internal/assignValue.js';
|
||||
import baseZipObject from './.internal/baseZipObject.js';
|
||||
|
||||
/**
|
||||
* This method is like `fromPairs` except that it accepts two arrays,
|
||||
|
||||
Reference in New Issue
Block a user