@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.
@serenity-is/corelib / getGlobalObject
getGlobalObject():
any
Defined in: src/base/system.ts:27
Gets the global object (window in browsers, global in Node / workers).
any
The global object instance.