You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
130 B

7 years ago
  1. # escape-html
  2. Escape HTML entities
  3. ## Example
  4. ```js
  5. var escape = require('escape-html');
  6. escape(str);
  7. ```
  8. ## License
  9. MIT