We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa11224 commit 748b4f1Copy full SHA for 748b4f1
5 files changed
js-libs/easysax/easysax.d.ts
@@ -5,6 +5,7 @@ declare module "js-libs/easysax" {
5
parse(xml: string): void;
6
on(name: string, cb: Function): void;
7
ns(root: string, ns: any): void;
8
+ public angularSyntax: boolean;
9
}
10
11
0 commit comments