UNPKG

@blocklet/xss

Version:

blocklet prevent xss attack

5 lines (4 loc) 123 B
import * as xss from 'xss'; export interface SanitizeOptions extends xss.IFilterXSSOptions { allowedKeys?: string[]; }