Skip to content

Commit e079741

Browse files
committed
fix: add missing default and __esModule exports
1 parent d109b5c commit e079741

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.ts

+8
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ export const setupDevtoolsPlugin = () => {}
33
export const isPerformanceSupported = () => false
44

55
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

Comments
 (0)