All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.unescape.js Maven / Gradle / Ivy

The newest version!
import createEscaper from './_createEscaper.js';
import unescapeMap from './_unescapeMap.js';

// Function for unescaping strings from HTML interpolation.
export default createEscaper(unescapeMap);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy