Skip to content

Commit

Permalink
Export more
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 13, 2024
1 parent 6a42223 commit c75e6e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-badgers-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@whatwg-node/server': patch
---

Export \`DisposableSymbols\` for disposable plugins
1 change: 1 addition & 0 deletions packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from './plugins/useErrorHandling.js';
export * from './plugins/useContentEncoding.js';
export * from './uwebsockets.js';
export { Response } from '@whatwg-node/fetch';
export { DisposableSymbols } from '@whatwg-node/disposablestack';

0 comments on commit c75e6e3

Please sign in to comment.