mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import toString from './toString.js';
|
||||
import unescapeHtmlChar from './_unescapeHtmlChar.js';
|
||||
import unescapeHtmlChar from './.internal/unescapeHtmlChar.js';
|
||||
|
||||
/** Used to match HTML entities and HTML characters. */
|
||||
const reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g;
|
||||
|
||||
Reference in New Issue
Block a user