Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/entities/lib/decode.d.ts b/node_modules/entities/lib/decode.d.ts
new file mode 100644
index 0000000..4d3df42
--- /dev/null
+++ b/node_modules/entities/lib/decode.d.ts
@@ -0,0 +1,5 @@
+export declare const decodeXML: (str: string) => string;
+export declare const decodeHTMLStrict: (str: string) => string;
+export declare type MapType = Record<string, string>;
+export declare const decodeHTML: (str: string) => string;
+//# sourceMappingURL=decode.d.ts.map
\ No newline at end of file