mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import isObject from './isObject.js';
|
||||
import isPrototype from './.internal/isPrototype.js';
|
||||
import nativeKeysIn from './.internal/nativeKeysIn.js';
|
||||
import isObject from '../isObject.js';
|
||||
import isPrototype from './isPrototype.js';
|
||||
import nativeKeysIn from './nativeKeysIn.js';
|
||||
|
||||
/** Used to check objects for own properties. */
|
||||
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
||||
|
||||
Reference in New Issue
Block a user