From 6032d2a314427cdb5b6ba36e2b307fffc4ac9807 Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Thu, 21 Mar 2019 11:00:09 +0800 Subject: [PATCH] feat(typings): add more test --- typings/xss-other-tests.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 typings/xss-other-tests.ts diff --git a/typings/xss-other-tests.ts b/typings/xss-other-tests.ts new file mode 100644 index 0000000..f872d6d --- /dev/null +++ b/typings/xss-other-tests.ts @@ -0,0 +1,11 @@ +/** + * xss typings test + * + * @author Zongmin Lei + */ + +interface ICustomWhiteList extends XSS.IWhiteList { + view?: string[]; +} + +const options: XSS.IFilterXSSOptions = {};