MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / close

Function close

src/rehtml/index.ts:79–80  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

77 : { stable: [] as string[], live: html };
78
79 const close = (chunk: string) =>
80 opts.closeTags ? closeOpenTags(chunk) : chunk;
81
82 return {
83 html: close(html),

Callers 1

rehtmlFunction · 0.85

Calls 1

closeOpenTagsFunction · 0.90

Tested by

no test coverage detected