historical/js-xss-for-mayaspace.git/typings/xss-other-tests.ts

12 lines
194 B
TypeScript
Raw Normal View History

2024-01-16 17:20:27 +00:00
/**
* xss typings test
*
* @author Zongmin Lei<leizongmin@gmail.com>
*/
interface ICustomWhiteList extends XSS.IWhiteList {
view?: string[];
}
const options: XSS.IFilterXSSOptions = {};