diff --git a/packages/utils/src/global.ts b/packages/utils/src/global.ts index d32860fc75be..72163749214a 100644 --- a/packages/utils/src/global.ts +++ b/packages/utils/src/global.ts @@ -73,9 +73,7 @@ export const GLOBAL_OBJ: InternalGlobal = {}; /** - * Safely get global scope object - * - * @returns Global scope object + * @deprecated Use GLOBAL_OBJ instead. This will be removed in v8 */ export function getGlobalObject(): T & InternalGlobal { return GLOBAL_OBJ as T & InternalGlobal;