mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Add missing type
This commit is contained in:
5
packages/bun-types/bun.d.ts
vendored
5
packages/bun-types/bun.d.ts
vendored
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user