JSPM

is-html-content

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1506
  • Score
    100M100P100Q106234F
  • License MIT

The simplest way for detecting HTML content.

Package Exports

  • is-html-content

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-html-content) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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