The simplest way for detecting HTML content.
npm install is-html-content> The simplest way for detecting HTML content.
``bash`
$ npm install is-html-content --save
`js
const isHtml = require('is-html-content')
isHtml('your weird input here')
// => false
``
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