We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffe3c0 commit bbe429bCopy full SHA for bbe429b
1 file changed
src/index.ts
@@ -24,6 +24,8 @@ export * from './processors';
24
25
// Analytics namespace
26
export * as Analytics from './utilities/analytics';
27
+// Also export analytics classes directly for convenience
28
+export * from './utilities/analytics';
29
30
// Validation namespace
31
export * as Validation from './validation';
0 commit comments