diff options
Diffstat (limited to 'src/js/private.d.ts')
-rw-r--r-- | src/js/private.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/js/private.d.ts b/src/js/private.d.ts index 244187703..9ca25935d 100644 --- a/src/js/private.d.ts +++ b/src/js/private.d.ts @@ -187,6 +187,11 @@ interface BunLazyModules { functionRegular: any; callback: any; }; + "async_hooks": { + get: typeof import("./builtins/AsyncContext").getAsyncContext; + set: typeof import("./builtins/AsyncContext").setAsyncContext; + cleanupLater: () => void; + }; // ReadableStream related [1]: any; |