# current

`import { current } from "destack:worker";`

Return the current worker id.

```ds title="current"
export function current(): WorkerId
```

[language/library/src/worker/worker.ds:88:90](https://github.com/destack-sh/destack/blob/main/language/library/src/worker/worker.ds#L88-L90)
