Skip to content

Commit

Permalink
docs: rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Aug 20, 2024
1 parent d9c207c commit 3de1e2a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- [isInsideReactHook](functions/isInsideReactHook.md)
- [isInsideReactHookCall](functions/isInsideReactHookCall.md)
- [isInsideRenderMethod](functions/isInsideRenderMethod.md)
- [isInversePhase](functions/isInversePhase.md)
- [isMemo](functions/isMemo.md)
- [isMemoCall](functions/isMemoCall.md)
- [isPureComponent](functions/isPureComponent.md)
Expand Down
41 changes: 41 additions & 0 deletions packages/core/docs/functions/isInversePhase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[**@eslint-react/core**](../README.md)**Docs**

***

[@eslint-react/core](../README.md) / isInversePhase

# Function: isInversePhase()

## isInversePhase(a)

> **isInversePhase**(`a`): (`b`) => `boolean`
### Parameters

**a**: [`PhaseKind`](../type-aliases/PhaseKind.md)

### Returns

`Function`

#### Parameters

**b**: [`PhaseKind`](../type-aliases/PhaseKind.md)

#### Returns

`boolean`

## isInversePhase(a, b)

> **isInversePhase**(`a`, `b`): `boolean`
### Parameters

**a**: [`PhaseKind`](../type-aliases/PhaseKind.md)

**b**: [`PhaseKind`](../type-aliases/PhaseKind.md)

### Returns

`boolean`

0 comments on commit 3de1e2a

Please sign in to comment.