We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d678f44 commit f3211b1Copy full SHA for f3211b1
src/lib/node-datachannel.ts
@@ -1,2 +1,2 @@
1
-let nodeDataChannel = require('../../build/Release/node_datachannel.node');
+import nodeDataChannel = require('../../build/Release/node_datachannel.node');
2
export default nodeDataChannel;
0 commit comments