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

Function unescape

src/web.ts:21–23  ·  view source on GitHub ↗
(html: string, type?: string)

Source from the content-addressed store, hash-verified

19 * @public
20 */
21export function unescape(html: string, type?: string): string {
22 return _unescape(html, type);
23}
24
25/**
26 * Safe encodeURIComponent, won't throw any error.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…