We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exclusiveFilter
1 parent 6820c93 commit 5de1894Copy full SHA for 5de1894
‎types/sanitize-html/index.d.ts‎
@@ -61,7 +61,7 @@ declare namespace sanitize {
61
allowedTags?: string[] | false | undefined;
62
allowVulnerableTags?: boolean | undefined;
63
textFilter?: ((text: string, tagName: string) => string) | undefined;
64
- exclusiveFilter?: ((frame: IFrame) => boolean) | undefined;
+ exclusiveFilter?: ((frame: IFrame) => boolean | "excludeTag") | undefined;
65
nestingLimit?: number | undefined;
66
nonTextTags?: string[] | undefined;
67
/** @default true */
‎types/sanitize-html/package.json‎
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "@types/sanitize-html",
4
- "version": "2.13.9999",
+ "version": "2.15.9999",
5
"projects": [
6
"https://github.com/punkave/sanitize-html"
7
],
0 commit comments