UNPKG

stringify-entities

Version:

Serialize (encode) HTML character references

8 lines (7 loc) 223 B
/** * List of legacy (that don’t need a trailing `;`) named references which could, * depending on what follows them, turn into a different meaning * * @type {Array<string>} */ export const dangerous: Array<string>;