escape-html icon indicating copy to clipboard operation
escape-html copied to clipboard

Escape string for use in HTML

Results 2 escape-html issues
Sort by recently updated
recently updated
newest added

If regex is so fast that it's worth using at the beginning of the function, why not use it for the stepping? ``` regex stepping x 280 ops/sec ±0.41% (83...

Hi, I've added ESM support to this package. Things done in this commit: - Converts CommonJS module.exports to ESM export using a Rollup plugin - Adds an ESM import to...