564 B
564 B
Home > @apextoaster/js-utils > Checklist > check
Checklist.check() method
Check whether a value is included or excluded from this checklist (depending on mode
).
Signature:
check(value: T): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
value | T |
Returns:
boolean