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

package.cjs.escape.js Maven / Gradle / Ivy

The newest version!
var _createEscaper = require('./_createEscaper.js');
var _escapeMap = require('./_escapeMap.js');

// Function for escaping strings to HTML interpolation.
var _escape = _createEscaper(_escapeMap);

module.exports = _escape;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy