# worldDescribe

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

Describe one world.

```ds title="worldDescribe"
export declare function worldDescribe(world: WorldHandle): Result<World, HostError>
```

[language/library/src/runtime/world.ds:302](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/world.ds#L302)
