We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56cf16 commit 0eeb430Copy full SHA for 0eeb430
packages/telemetry/browser-telemetry/src/index.ts
@@ -1 +1,7 @@
1
-export * from './api';
+/**
2
+ * Empty function for typedoc.
3
+ */
4
+export function empty() {
5
+ // eslint-disable-next-line no-console
6
+ console.log('Hello');
7
+}
0 commit comments