caipin 262030214c cld2_react构建中 5 năm trước cách đây
..
lib 262030214c cld2_react构建中 5 năm trước cách đây
LICENSE 262030214c cld2_react构建中 5 năm trước cách đây
README.md 262030214c cld2_react构建中 5 năm trước cách đây
package.json 262030214c cld2_react构建中 5 năm trước cách đây

README.md

entities NPM version Downloads Build Status Coverage

En- & decoder for XML/HTML entities.

How to…

…install entities

npm i entities

…use entities

const entities = require("entities");
//encoding
entities.escape("&"); // "&"
entities.encodeXML("&"); // "&"
entities.encodeHTML("&"); // "&"
//decoding
entities.decodeXML("asdf & ÿ ü '"); // "asdf & ÿ ü '"
entities.decodeHTML("asdf & ÿ ü '"); // "asdf & ÿ ü '"

License: BSD-2-Clause

Get supported entities with the Tidelift Subscription

Security contact information

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.