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,5 +1,5 @@
|
||||
import isPrototype from './.internal/isPrototype.js';
|
||||
import nativeKeys from './.internal/nativeKeys.js';
|
||||
import isPrototype from './isPrototype.js';
|
||||
import nativeKeys from './nativeKeys.js';
|
||||
|
||||
/** Used to check objects for own properties. */
|
||||
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
||||
|
||||
Reference in New Issue
Block a user