|
11 | 11 | ## Namespaces |
12 | 12 |
|
13 | 13 | - [isCallFromReact](namespaces/isCallFromReact/README.md) |
14 | | -- [isCallFromReactMember](namespaces/isCallFromReactMember/README.md) |
| 14 | +- [isFromReact](namespaces/isFromReact/README.md) |
15 | 15 | - [useComponentCollector](namespaces/useComponentCollector/README.md) |
16 | 16 | - [useComponentCollectorLegacy](namespaces/useComponentCollectorLegacy/README.md) |
17 | 17 | - [useHookCollector](namespaces/useHookCollector/README.md) |
|
54 | 54 | - [hasNoneOrValidComponentName](functions/hasNoneOrValidComponentName.md) |
55 | 55 | - [hasValidHierarchy](functions/hasValidHierarchy.md) |
56 | 56 | - [isCallFromReact](functions/isCallFromReact.md) |
57 | | -- [isCallFromReactMember](functions/isCallFromReactMember.md) |
| 57 | +- [isCallFromReactObject](functions/isCallFromReactObject.md) |
58 | 58 | - [isChildrenCount](functions/isChildrenCount.md) |
59 | 59 | - [isChildrenCountCall](functions/isChildrenCountCall.md) |
60 | 60 | - [isChildrenForEach](functions/isChildrenForEach.md) |
|
85 | 85 | - [isForwardRefCall](functions/isForwardRefCall.md) |
86 | 86 | - [isFromReact](functions/isFromReact.md) |
87 | 87 | - [isFromReactLoose](functions/isFromReactLoose.md) |
88 | | -- [isFromReactMember](functions/isFromReactMember.md) |
89 | | -- [isFromReactMemberLoose](functions/isFromReactMemberLoose.md) |
90 | | -- [isFromReactMemberStrict](functions/isFromReactMemberStrict.md) |
| 88 | +- [isFromReactObject](functions/isFromReactObject.md) |
91 | 89 | - [isFromReactStrict](functions/isFromReactStrict.md) |
92 | 90 | - [isFunctionOfComponentDidMount](functions/isFunctionOfComponentDidMount.md) |
93 | 91 | - [isFunctionOfComponentWillUnmount](functions/isFunctionOfComponentWillUnmount.md) |
|
104 | 102 | - [isMemo](functions/isMemo.md) |
105 | 103 | - [isMemoCall](functions/isMemoCall.md) |
106 | 104 | - [isPureComponent](functions/isPureComponent.md) |
107 | | -- [isReactAPICallWithName](functions/isReactAPICallWithName.md) |
108 | | -- [isReactAPIWithName](functions/isReactAPIWithName.md) |
| 105 | +- [isReactAPI](functions/isReactAPI.md) |
| 106 | +- [isReactAPICall](functions/isReactAPICall.md) |
109 | 107 | - [isReactHook](functions/isReactHook.md) |
110 | 108 | - [isReactHookCall](functions/isReactHookCall.md) |
111 | 109 | - [isReactHookCallWithName](functions/isReactHookCallWithName.md) |
|
0 commit comments