MCPcopy Create free account
hub / github.com/node-modules/utility / escape

Function escape

src/web.ts:13–15  ·  view source on GitHub ↗
(html: string)

Source from the content-addressed store, hash-verified

11 * @public
12 */
13export function escape(html: string): string {
14 return escapeHTML(html);
15}
16
17/**
18 * Unescape the given string from html

Callers 1

web.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…