mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseAssignValue from './.internal/baseAssignValue.js';
|
||||
import eq from './eq.js';
|
||||
import baseAssignValue from './baseAssignValue.js';
|
||||
import eq from '../eq.js';
|
||||
|
||||
/** Used to check objects for own properties. */
|
||||
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
||||
|
||||
Reference in New Issue
Block a user