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.
default
__esModule
1 parent d109b5c commit e079741Copy full SHA for e079741
src/index.ts
@@ -3,3 +3,11 @@ export const setupDevtoolsPlugin = () => {}
3
export const isPerformanceSupported = () => false
4
5
export const now = () => Date.now()
6
+
7
+export const __esModule = true
8
9
+export default {
10
+ setupDevtoolsPlugin,
11
+ isPerformanceSupported,
12
+ now
13
+}
0 commit comments