historical/js-xss-for-mayaspace.git/typings/xss-other-tests.ts
2024-01-16 11:20:27 -06:00

11 lines
194 B
TypeScript

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