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.