# workerDescribe

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

Describe one worker.

```ds title="workerDescribe"
export declare function workerDescribe(worker: WorkerHandle): Result<Worker, HostError>
```

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