mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Bump to v4.13.0.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import getPrototype from './_getPrototype';
|
||||
import isHostObject from './_isHostObject';
|
||||
import isObjectLike from './isObjectLike';
|
||||
import getPrototype from './_getPrototype.js';
|
||||
import isHostObject from './_isHostObject.js';
|
||||
import isObjectLike from './isObjectLike.js';
|
||||
|
||||
/** `Object#toString` result references. */
|
||||
var objectTag = '[object Object]';
|
||||
|
||||
Reference in New Issue
Block a user