# currentRegistry

`import { currentRegistry } from "destack:test";`

Return the active module registry.

```ds title="currentRegistry"
export function currentRegistry(): &'static exclusive Registry
```

[language/library/src/test/registry.ds:85:87](https://github.com/destack-sh/destack/blob/main/language/library/src/test/registry.ds#L85-L87)
