23 lines
464 B
Markdown
23 lines
464 B
Markdown
<!-- 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
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
check(value: T): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| value | T | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
boolean
|
|
|