MCPcopy
hub / github.com/1Panel-dev/MaxKB / IOptions

Interface IOptions

ui/env.d.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3declare module 'pdfjs-dist/build/pdf.mjs'
4declare module 'sanitize-html' {
5 interface IOptions {
6 allowedTags?: string[]
7 allowedAttributes?: Record<string, string[]>
8 allowedSchemes?: string[]
9 allowedSchemesByTag?: Record<string, string[]>
10 allowProtocolRelative?: boolean
11 }
12
13 function sanitizeHtml(dirty: string, options?: IOptions): string
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected