We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d95354 commit a0fa627Copy full SHA for a0fa627
1 file changed
src/index.ts
@@ -35,8 +35,5 @@ class DiffEngine {
35
}
36
37
38
-// CommonJS export
39
-module.exports = DiffEngine
40
-
41
// ES module export
42
-export default DiffEngine
+export = DiffEngine
0 commit comments