string-strip-html

v4.0.12
Strips HTML tags from strings. Detects legit unencoded brackets.
string remove thousand thousands separator separators numbers digits currency and 3 more...

build

rm -rf dist && rollup -c

coverage

nyc report --reporter=json-summary

dev

rm -rf dist && rollup -c --dev --silent

format

npm run lect && npm run prettier && npm run lint

lect

lect

lint

eslint "**/*.js" --fix --ignore-pattern "dist/*" --ignore-pattern "rollup.config.js" --ignore-pattern "tap/**"

prepare

npm run build

prettier

prettier '*.{js,css,scss,vue,md}' --write

pretest

npm run build

test

npm run lint && npm run unittest && npm run format

unittest

nyc ava && npm run coverage

version

npm run build && git add .

Metadata

  • MIT
  • >=8.9
  • Roy Revelt
  • released 4/10/2019

Downloads

Maintainers