@eslint-react/core / isReactAPICall
function isReactAPICall(api: string): ReturnType;Check if the node is a call expression to a specific React API
| Parameter | Type | Description |
|---|---|---|
api |
string |
The React API name to check against |
A predicate function to check if a node is a call to the API