UNPKG

underscore.string

Version:

String manipulation extensions for Underscore.js javascript library.

20 lines (18 loc) 304 B
/* We're explicitly defining the list of entities that might see in escape HTML strings */ var htmlEntities = { nbsp: ' ', cent: '¢', pound: '£', yen: '¥', euro: '€', copy: '©', reg: '®', lt: '<', gt: '>', quot: '"', amp: '&', apos: '\'' }; module.exports = htmlEntities;