Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-html-content

Kikobeats7.3kMIT1.0.0

The simplest way for detecting HTML content.

check, detect, elements, html, is, string, tags

readme

is-html-content

The simplest way for detecting HTML content.

Install

$ npm install is-html-content --save

Usage

const isHtml = require('is-html-content')

isHtml('your weird input here')
// => false

License

is-html-content © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-04-22)

0.0.1 (2020-04-22)