mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import getRawTag from './.internal/getRawTag.js';
|
||||
import objectToString from './.internal/objectToString.js';
|
||||
import getRawTag from './getRawTag.js';
|
||||
import objectToString from './objectToString.js';
|
||||
|
||||
/** `Object#toString` result references. */
|
||||
const nullTag = '[object Null]';
|
||||
|
||||
Reference in New Issue
Block a user