2.0.2 • Published 6 months ago

@types/is-html v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for is-html 2.0
// Project: https://github.com/sindresorhus/is-html
// Definitions by: Samuel Menigat <https://github.com/smenigat>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * 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, 10 Aug 2021 13:31:28 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Samuel Menigat.

2.0.2

6 months ago

2.0.1

7 months ago

2.0.0

3 years ago