mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseIsTypedArray from './_baseIsTypedArray.js';
|
||||
import nodeUtil from './_nodeUtil.js';
|
||||
import baseIsTypedArray from './.internal/baseIsTypedArray.js';
|
||||
import nodeUtil from './.internal/nodeUtil.js';
|
||||
|
||||
/* Node.js helper references. */
|
||||
const nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
|
||||
|
||||
Reference in New Issue
Block a user