Add missing type

This commit is contained in:
Jarred Sumner
2022-11-14 23:42:33 -08:00
parent c4cf38601b
commit 1b608fcc8a

View File

@@ -2390,6 +2390,11 @@ declare module "bun" {
*/
unref(): void;
/**
* Flush any buffered data to the socket
*/
flush(): void;
/**
* Reset the socket's callbacks. This is useful with `bun --hot` to facilitate hot reloading.
*