--- title: runtime package description: > The `runtime` package provides information about the current Flux runtime. menu: flux_v0_ref: name: runtime parent: stdlib identifier: runtime weight: 11 --- The `runtime` package provides information about the current Flux runtime. Import the `runtime` package: ```js import "runtime" ``` introduce: 0.38.0 ## Functions {{< children type="functions" show="pages" >}}