bun-types 1.1.27-canary.20240902T140505 → 1.1.27-canary.20240904T140543
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.
- package/globals.d.ts +2 -2
- package/overrides.d.ts +1 -1
- package/package.json +1 -1
package/globals.d.ts
CHANGED
|
@@ -139,11 +139,11 @@ type _Body = typeof globalThis extends { onerror: any }
|
|
|
139
139
|
readonly text: () => Promise<string>;
|
|
140
140
|
};
|
|
141
141
|
|
|
142
|
-
import type { MessagePort } from "worker_threads";
|
|
143
142
|
import type {
|
|
144
|
-
TextEncoder as NodeTextEncoder,
|
|
145
143
|
TextDecoder as NodeTextDecoder,
|
|
144
|
+
TextEncoder as NodeTextEncoder,
|
|
146
145
|
} from "util";
|
|
146
|
+
import type { MessagePort } from "worker_threads";
|
|
147
147
|
import type { WebSocket as _WebSocket } from "ws";
|
|
148
148
|
|
|
149
149
|
declare module "*.txt" {
|
package/overrides.d.ts
CHANGED
package/package.json
CHANGED