# worldView

`import { worldView } from "destack:runtime";`

Describe the world visible through one pinned world view.

```ds title="worldView"
export declare function worldView(view: WorldViewHandle): Result<World, HostError>
```

[language/library/src/runtime/inspect.ds:115](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L115)
