Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 785 Bytes

File metadata and controls

58 lines (31 loc) · 785 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > ProtectableMap > has

ProtectableMap.has() method

Returns true if the specified key belongs to the map.

Signature:

has(key: K): boolean;

Parameters

Parameter

Type

Description

key

K

Returns:

boolean