| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > ProtectableMap > has
Returns true if the specified key belongs to the map.
Signature:
has(key: K): boolean;|
Parameter |
Type |
Description |
|---|---|---|
|
key |
K |
Returns:
boolean