1
0
Fork 0
js-utils/docs/api/js-utils.checklist.check.md

25 lines
564 B
Markdown
Raw Normal View History

2020-03-29 14:52:40 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [Checklist](./js-utils.checklist.md) &gt; [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 |
| --- | --- | --- |
| value | T | |
2020-03-29 14:52:40 +00:00
<b>Returns:</b>
boolean
2020-03-29 14:52:40 +00:00