Skip to content

Commit 0eeb430

Browse files
committed
Revert
1 parent b56cf16 commit 0eeb430

File tree

1 file changed

+7
-1
lines changed
  • packages/telemetry/browser-telemetry/src

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
export * from './api';
1+
/**
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

Comments
 (0)