@types/is-html
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Installation

npm install --save @types/is-html

Summary

This package contains type definitions for is-html (https://github.com/sindresorhus/is-html).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-html.

index.d.ts

/**
 * Check if given input string is HTML
 * @param input The input string
 */
declare function isHTML(input: string): boolean;
export = isHTML;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Samuel Menigat.

/@types/is-html/

    Package Sidebar

    Install

    npm i @types/is-html

    Weekly Downloads

    49,334

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    2.81 kB

    Total Files

    5

    Last publish

    Collaborators

    • types