Skip to content

Commit

Permalink
Fix compat node reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Sep 24, 2024
1 parent 9b49e73 commit bfc5d3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
```ts

/// <reference types="node" />

import { Duplex } from 'stream';
import { DuplexOptions } from 'stream';
import { default as WebSocket_2 } from 'ws';
Expand Down

0 comments on commit bfc5d3c

Please sign in to comment.