Update index.ts
This commit is contained in:
parent
ac83b78dbf
commit
32c2750103
1 changed files with 0 additions and 1 deletions
|
|
@ -630,7 +630,6 @@ export const assert: Assert = {
|
|||
|
||||
// Variadic functions.
|
||||
any: (predicate: Predicate | Predicate[], ...values: unknown[]): void | never => {
|
||||
// Remove duplicate value types using Set.
|
||||
return assertType(is.any(predicate, ...values), AssertionTypeDescription.any, values, {multipleValues: true});
|
||||
},
|
||||
all: (predicate: Predicate, ...values: unknown[]): void | never => assertType(is.all(predicate, ...values), AssertionTypeDescription.all, values, {multipleValues: true})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue