mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import asciiSize from './.internal/asciiSize.js';
|
||||
import hasUnicode from './.internal/hasUnicode.js';
|
||||
import unicodeSize from './.internal/unicodeSize.js';
|
||||
import asciiSize from './asciiSize.js';
|
||||
import hasUnicode from './hasUnicode.js';
|
||||
import unicodeSize from './unicodeSize.js';
|
||||
|
||||
/**
|
||||
* Gets the number of symbols in `string`.
|
||||
|
||||
Reference in New Issue
Block a user