summaryrefslogtreecommitdiff
path: root/core/internal.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'core/internal.d.ts')
-rw-r--r--core/internal.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/internal.d.ts b/core/internal.d.ts
index 8e52f4bf1..e582eb359 100644
--- a/core/internal.d.ts
+++ b/core/internal.d.ts
@@ -632,6 +632,7 @@ declare namespace __bootstrap {
export const ObjectPrototypeToLocaleString: UncurryThis<
typeof Object.prototype.toLocaleString
>;
+ export const queueMicrotask: typeof globalThis.queueMicrotask;
export const RangeError: typeof globalThis.RangeError;
export const RangeErrorLength: typeof RangeError.length;
export const RangeErrorName: typeof RangeError.name;