nanos world API Reference Unofficial documentation
Static function Shared Fast

Package.Export

Makes any variable available in the global scope

Syntax

Lua
Package.Export(variable_name, value)

Parameters

Name Type Default Description
variable_name string Name of the variable to export
value any Value to be set in the global scope