feat(typings): add more test
This commit is contained in:
11
typings/xss-other-tests.ts
Normal file
11
typings/xss-other-tests.ts
Normal 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 = {};
|
||||||
Reference in New Issue
Block a user