mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Apply even more let/const transforms.
This commit is contained in:
@@ -3,7 +3,7 @@ import isArray from './isArray.js';
|
||||
import isObjectLike from './isObjectLike.js';
|
||||
|
||||
/** `Object#toString` result references. */
|
||||
var stringTag = '[object String]';
|
||||
const stringTag = '[object String]';
|
||||
|
||||
/**
|
||||
* Checks if `value` is classified as a `String` primitive or object.
|
||||
|
||||
Reference in New Issue
Block a user