mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add escape-html definition file
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// Type definitions for escape-html
|
||||
// Project: https://github.com/component/escape-html
|
||||
// Definitions by: Elisée MAURER <https://github.com/elisee/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module "escape-html" {
|
||||
function escapeHTML(text: string): string;
|
||||
namespace escapeHTML {}
|
||||
|
||||
export = escapeHTML;
|
||||
}
|
||||
Reference in New Issue
Block a user