We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5cde9 commit b63ef6aCopy full SHA for b63ef6a
playground/index.ts
@@ -1,6 +1,6 @@
1
/* eslint-disable antfu/no-import-dist */
2
/* eslint-disable no-console */
3
-import { QuantumMatcher } from '../dist/index.mjs'
+import { QuantumMatcher } from '../dist'
4
import { options } from '../src/const'
5
6
// Add timing measurement
0 commit comments