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

1.1.3 • Public • Published

Installation

npm install --save @types/htmlescape

Summary

This package contains type definitions for htmlescape (https://github.com/zertosh/htmlescape).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/htmlescape.

index.d.ts

declare function htmlescape(o: any): string;
declare namespace htmlescape {
    function sanitize(s: string): string;
}

export = htmlescape;
export as namespace htmlescape;

Additional Details

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

Credits

These definitions were written by bouzuya.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/htmlescape

Weekly Downloads

4,259

Version

1.1.3

License

MIT

Unpacked Size

2.82 kB

Total Files

5

Last publish

Collaborators

  • types