Files
js-xss/typings/xss-other-tests.ts

12 lines
194 B
TypeScript
Raw Normal View History

2019-03-21 11:00:09 +08:00
/**
* xss typings test
*
* @author Zongmin Lei<leizongmin@gmail.com>
*/
interface ICustomWhiteList extends XSS.IWhiteList {
view?: string[];
}
const options: XSS.IFilterXSSOptions = {};