mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Update module paths.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import isKey from './.internal/isKey.js';
|
||||
import stringToPath from './.internal/stringToPath.js';
|
||||
import toString from './toString.js';
|
||||
import isKey from './isKey.js';
|
||||
import stringToPath from './stringToPath.js';
|
||||
import toString from '../toString.js';
|
||||
|
||||
/**
|
||||
* Casts `value` to a path array if it's not one.
|
||||
|
||||
Reference in New Issue
Block a user