Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 850 Bytes

File metadata and controls

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

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

ProtectableMap.delete() method

Removes the specified key from the map. This operation does NOT invoke the ProtectableMap onDelete() hook.

Signature:

delete(key: K): boolean;

Parameters

Parameter

Type

Description

key

K

Returns:

boolean