Skip to main content

Variable: import_script

Return the frozen exports of an already loaded Script.

Cached proxies remain bound to that exact Script Run and become invalid after the target unloads, reloads, or is quarantined.

import_script: Callable[[str], ScriptExports]

Related API: ScriptExports