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