Skip to content

@serenity-is/corelib / getGlobalObject

Function: getGlobalObject()

getGlobalObject(): any

Defined in: src/base/system.ts:27

Gets the global object (window in browsers, global in Node / workers).

Returns

any

The global object instance.