Files
js-xss/typings/xss-other-tests.ts
2019-03-21 11:00:09 +08:00

12 lines
194 B
TypeScript

/**
* xss typings test
*
* @author Zongmin Lei<leizongmin@gmail.com>
*/
interface ICustomWhiteList extends XSS.IWhiteList {
view?: string[];
}
const options: XSS.IFilterXSSOptions = {};