mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Apply let/const transform.
This commit is contained in:
@@ -7,6 +7,6 @@ import baseProperty from './_baseProperty.js';
|
||||
* @param {string} string The string inspect.
|
||||
* @returns {number} Returns the string size.
|
||||
*/
|
||||
var asciiSize = baseProperty('length');
|
||||
const asciiSize = baseProperty('length');
|
||||
|
||||
export default asciiSize;
|
||||
|
||||
Reference in New Issue
Block a user