We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents bd5810a + d3f087c commit b3faf58Copy full SHA for b3faf58
src/lib/node-datachannel.ts
@@ -1,2 +1,3 @@
1
-let nodeDataChannel = require('../../build/Release/node_datachannel.node');
+// @ts-expect-error no types
2
+import nodeDataChannel = require('../../build/Release/node_datachannel.node');
3
export default nodeDataChannel;
0 commit comments