Header
Header expressions
import
import
The import
expression brings everything defined within the imported file into the scope.
The to be imported file path is first resolved relative to the source file path followed by checking for an -imports
directories.
See Imports & Exports for details.
Last updated
Was this helpful?