Skip to content

Commit

Permalink
feat: stabilize and, either, equals, not, or
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Aug 25, 2022
1 parent 24439ea commit ea6d54b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 35 deletions.
9 changes: 2 additions & 7 deletions src/and/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# and (experimental)
# and

:::note since
patronum 1.8.3
:::

:::caution experimental
This is unstable operator.
Declaration, documentation or name can be changed at any time.
patronum 1.11.0
:::

```ts
Expand Down
9 changes: 2 additions & 7 deletions src/either/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# either (experimental)
# either

:::note since
patronum 1.8.3
:::

:::caution experimental
This is unstable operator.
Declaration, documentation or name can be changed at any time.
patronum 1.11.0
:::

```ts
Expand Down
9 changes: 2 additions & 7 deletions src/equals/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# equals (experimental)
# equals

:::note since
patronum 1.8.3
:::

:::caution experimental
This is unstable operator.
Declaration, documentation or name can be changed at any time.
patronum 1.11.0
:::

```ts
Expand Down
9 changes: 2 additions & 7 deletions src/not/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# not (experimental)
# not

:::note since
patronum 1.8.3
:::

:::caution experimental
This is unstable operator.
Declaration, documentation or name can be changed at any time.
patronum 1.11.0
:::

```ts
Expand Down
9 changes: 2 additions & 7 deletions src/or/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# or (experimental)
# or

:::note since
patronum 1.8.3
:::

:::caution experimental
This is unstable operator.
Declaration, documentation or name can be changed at any time.
patronum 1.11.0
:::

```ts
Expand Down

0 comments on commit ea6d54b

Please sign in to comment.