all-named-html-entities
TypeScript icon, indicating that this package has built-in type declarations

3.0.9 • Public • Published

all-named-html-entities

List of all named HTML entities

page on codsen.com page on npm page on github Downloads per month changelog MIT Licence

Install

This package is pure ESM. If you're not ready yet, install an older version of this program, 1.6.0 (npm i all-named-html-entities@1.6.0).

npm i all-named-html-entities

Quick Take

import { strict as assert } from "assert";

import {
  allNamedEntities,
  allNamedEntitiesSetOnly,
  allNamedEntitiesSetOnlyCaseInsensitive,
  entStartsWith,
  entEndsWith,
  entStartsWithCaseInsensitive,
  entEndsWithCaseInsensitive,
  brokenNamedEntities,
  decode,
  minLength,
  maxLength,
  uncertain,
} from "all-named-html-entities";

assert.equal(Object.keys(allNamedEntities).length, 2125);
assert.equal(entStartsWith.A.E[0], "AElig");

Documentation

Please visit codsen.com for a full description of the API.

Contributing

To report bugs or request features or assistance, raise an issue on GitHub.

Licence

MIT License.

Copyright © 2010-2024 Roy Revelt and other contributors.

ok codsen star

/all-named-html-entities/

    Package Sidebar

    Install

    npm i all-named-html-entities

    Weekly Downloads

    144

    Version

    3.0.9

    License

    MIT

    Unpacked Size

    364 kB

    Total Files

    7

    Last publish

    Collaborators

    • royston