stringify-entities

v4.0.3
Serialize (encode) HTML character references
stringify encode escape html character reference entity entities

generate

node build

prepublishOnly

npm run build && npm run format

build

rimraf "lib/**/*.d.ts" "*.d.ts" && tsc && type-coverage

format

remark . -qfo && prettier . -w --loglevel warn && xo --fix

test-api

node --conditions development test.js

test-coverage

c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api

test

npm run generate && npm run build && npm run format && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 6/2/2022

Downloads

Maintainers