Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts
Detect Redux reducers from code
Signature
tsfunction detectReduxReducers(content: string): ReduxReducerPattern[]
Parameters
| Name | Type |
|---|---|
content | string |
Returns: ReduxReducerPattern[]
Was this page helpful?