Global in Workers?

I am creating a Cloudflare workers script, and I have too many scripts, I am having to pass the objects from one to another, and write a lot of complex stuff to just pass the objects, so that they are accessible where ever required.

I was wondering if it is possible to use global objects, such as in the browser we have the window object. Are there any such global object in the context of workers ?
Was this page helpful?