@rsbuild/core 1.0.1-beta.7 → 1.0.1-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -333,7 +333,7 @@ declare namespace WebSocket {
333
333
 
334
334
  constructor(options?: ServerOptions<T, U>, callback?: () => void);
335
335
 
336
- address(): AddressInfo | string;
336
+ address(): AddressInfo | string | null;
337
337
  close(cb?: (err?: Error) => void): void;
338
338
  handleUpgrade(
339
339
  request: InstanceType<U>,