feat(typings): add more test

This commit is contained in:
Zongmin Lei
2019-03-21 11:00:09 +08:00
parent 1317bb05c6
commit 6032d2a314

View File

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