Home > @websublime/schema > NumberSchemaType > isOneOf
NumberSchemaType.isOneOf() method
Test if is one of other types included
Signature:
isOneOf(values: number[], errorMessage?: string): this;
Parameters
| Parameter | Type | Description |
|---|---|---|
| values | number[] | Other values |
| errorMessage | string | Error message |
Returns:
this