MCPcopy
hub / github.com/extractus/article-extractor / getSanitizeHtmlOptions

Function getSanitizeHtmlOptions

src/config.js:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 * @returns {SanitizeOptions} Cloned sanitize options
65 */
66export const getSanitizeHtmlOptions = () => {
67 return clone(sanitizeHtmlOptions)
68}
69
70/**
71 * Update sanitize-html options by merging with the current ones.

Callers 3

main.test.jsFile · 0.90
config.test.jsFile · 0.90
cleanifyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…