> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/functions/breeze.getmodule.md).

# breeze.getModule

> **getModule**(`name`): [`Module`](/api/breeze/module.md)

Get a module by its name

### Parameters

#### name

`string`

The name of the module.

### Returns

[`Module`](/api/breeze/module.md)

The module, or null if no module was found.
