lib/htmlSanitize
Api Code Documentation / Exports / lib/htmlSanitize
#
Table of contents#
Functions#
Functions#
htmlStripâ–¸ htmlStrip(joi
): Object
#
ParametersName | Type |
---|---|
joi | any |
#
ReturnsObject
Name | Type |
---|---|
base | StringSchema |
language | { htmlStrip : string = "remove all html tags from string" } |
language.htmlStrip | string |
name | string |
rules | { name : string = "htmlStrip"; validate : (params : any , value : any , state : any , options : any ) => any }[] |