# detectReduxReducers

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts#L240)

Detect Redux reducers from code

## Signature

```ts
function detectReduxReducers(content: string): ReduxReducerPattern[]
```

## Parameters

| Name | Type |
|---|---|
| `content` | `string` |

**Returns:** `ReduxReducerPattern[]`
