Skip to content

Commit b3faf58

Browse files
authoredJan 18, 2025
Merge pull request #322 from achingbrain/chore/fix-linting
chore: fix linting
2 parents bd5810a + d3f087c commit b3faf58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/lib/node-datachannel.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
let nodeDataChannel = require('../../build/Release/node_datachannel.node');
1+
// @ts-expect-error no types
2+
import nodeDataChannel = require('../../build/Release/node_datachannel.node');
23
export default nodeDataChannel;

0 commit comments

Comments
 (0)
Please sign in to comment.