/** Used to escape characters for inclusion in compiled string literals. */
var stringEscapes = ;
/**
* Used by `_.template` to escape characters for inclusion in compiled string literals.
*
* @private
* @param {string} chr The matched character to escape.
* @returns {string} Returns the escaped character.
*/
module.exports = escapeStringChar;