Skip to content

Commit ace9bfc

Browse files
committed
doc: add AndAll to README
1 parent 9cb2dc8 commit ace9bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ Click the type names for complete docs.
183183
- [`And`](source/and.d.ts) - Returns a boolean for whether two given types are both true.
184184
- [`Or`](source/or.d.ts) - Returns a boolean for whether either of two given types is true.
185185
- [`Xor`](source/xor.d.ts) - Returns a boolean for whether only one of two given types is true.
186+
- [`AndAll`](source/and-all.d.ts) - Returns a boolean for whether all of the given elements are `true`.
186187
- [`AllExtend`](source/all-extend.d.ts) - Returns a boolean for whether every element in an array type extends another type.
187188
- [`SomeExtend`](source/some-extend.d.ts) - Returns a boolean for whether some element in an array type extends another type.
188189
- [`NonEmptyTuple`](source/non-empty-tuple.d.ts) - Matches any non-empty tuple.

0 commit comments

Comments
 (0)