2020-03-29 14:52:40 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [Checklist](./js-utils.checklist.md) > [check](./js-utils.checklist.check.md)
|
|
|
|
|
|
|
|
## Checklist.check() method
|
|
|
|
|
2021-08-08 20:11:23 +00:00
|
|
|
Check whether a value is included or excluded from this checklist (depending on `mode`<!-- -->).
|
|
|
|
|
2020-03-29 14:52:40 +00:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
check(value: T): boolean;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-06-29 23:23:16 +00:00
|
|
|
| value | T | |
|
2020-03-29 14:52:40 +00:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2020-06-29 23:23:16 +00:00
|
|
|
boolean
|
2020-03-29 14:52:40 +00:00
|
|
|
|