aboutsummaryrefslogtreecommitdiff
path: root/src/js/private.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/private.d.ts')
-rw-r--r--src/js/private.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/js/private.d.ts b/src/js/private.d.ts
index 276ac136c..2667df631 100644
--- a/src/js/private.d.ts
+++ b/src/js/private.d.ts
@@ -193,6 +193,12 @@ interface BunLazyModules {
set: typeof import("./builtins/AsyncContext").setAsyncContext;
cleanupLater: () => void;
};
+ "worker_threads": [
+ //
+ workerData: any,
+ threadId: number,
+ _receiveMessageOnPort: (port: MessagePort) => any,
+ ];
// ReadableStream related
[1]: any;