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 ce87cc3 commit 539845aCopy full SHA for 539845a
src/lib/cp.ts
@@ -353,7 +353,5 @@ function isBinaryData(data: Buffer): boolean {
353
*/
354
function getWebSocket(): typeof import('ws') {
355
// In Node.js, we use the 'ws' package
356
- // eslint-disable-next-line @typescript-eslint/no-var-requires
357
return require('ws');
358
}
359
-
src/lib/index.ts
@@ -6,4 +6,3 @@
6
7
8
export * from './cp';
9
0 commit comments