()
| 64 | * @returns {SanitizeOptions} Cloned sanitize options |
| 65 | */ |
| 66 | export const getSanitizeHtmlOptions = () => { |
| 67 | return clone(sanitizeHtmlOptions) |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Update sanitize-html options by merging with the current ones. |
no outgoing calls
no test coverage detected
searching dependent graphs…