We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3162dc commit 83e6d04Copy full SHA for 83e6d04
test.ts
@@ -1,4 +1,4 @@
1
-import { closest, distance } from "./mod.js";
+const { closest, distance } = require("./mod.js");
2
3
const levenshtein = (a, b) => {
4
if (a.length === 0) {
0 commit comments