Skip to main content

Function: Global()

Global(): ClassDecorator

Class decorator that marks a module as global within the Aurora framework. Global modules are available in every other module without needing to be imported.

Returns​

ClassDecorator

Throws​

if applied more than once on the same class.