File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments