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.
1 parent 8888cfe commit 297b8c4Copy full SHA for 297b8c4
packages/@interactjs/interactjs/index.stub.ts
@@ -41,13 +41,6 @@ if (process.env.NODE_ENV !== 'production') {
41
}
42
43
export default interact
44
-
45
-if (typeof module === 'object' && !!module) {
46
- try {
47
- module.exports = interact
48
- } catch {}
49
-}
50
51
;(interact as any).default = interact
52
53
const _ = {
packages/@interactjs/interactjs/index.ts
0 commit comments