/** * @license * SPDX-License-Identifier: Apache-2.0 */ /** Safe builders */ export { safeAttrPrefix } from './builders/attribute_builders'; export { concatHtmls, createScript, createScriptSrc, htmlEscape } from './builders/html_builders'; export { HtmlSanitizer, sanitizeHtml, sanitizeHtmlAssertUnchanged, sanitizeHtmlToFragment } from './builders/html_sanitizer/html_sanitizer'; export { HtmlSanitizerBuilder } from './builders/html_sanitizer/html_sanitizer_builder'; export { appendParams, blobUrlFromScript, replaceFragment, trustedResourceUrl } from './builders/resource_url_builders'; export { concatScripts, safeScript, safeScriptWithArgs, scriptFromJson } from './builders/script_builders'; export { concatStyles, safeStyle } from './builders/style_builders'; export { concatStyleSheets, safeStyleSheet } from './builders/style_sheet_builders'; /** Types, constants and unwrappers */ export { SafeAttributePrefix, unwrapAttributePrefix } from './internals/attribute_impl'; export { EMPTY_HTML, isHtml, SafeHtml, unwrapHtml } from './internals/html_impl'; export { isResourceUrl, TrustedResourceUrl, unwrapResourceUrl } from './internals/resource_url_impl'; export { EMPTY_SCRIPT, isScript, SafeScript, unwrapScript } from './internals/script_impl'; export { isStyle, SafeStyle, unwrapStyle } from './internals/style_impl'; export { isStyleSheet, SafeStyleSheet, unwrapStyleSheet } from './internals/style_sheet_impl';
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
builders | Folder | 0755 |
|
|
dom | Folder | 0755 |
|
|
environment | Folder | 0755 |
|
|
internals | Folder | 0755 |
|
|
restricted | Folder | 0755 |
|
|
LICENSE | File | 11.09 KB | 0644 |
|
README.md | File | 2.8 KB | 0644 |
|
index.d.ts | File | 1.4 KB | 0644 |
|
index.js | File | 7.29 KB | 0644 |
|
index.mjs | File | 1.38 KB | 0644 |
|
package.json | File | 1.33 KB | 0644 |
|