@types/is-html
Version:
TypeScript definitions for is-html
26 lines (20 loc) • 740 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-html/index.d.ts)
````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](https://github.com/smenigat).