| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > ProtectableMap > delete
Removes the specified key from the map. This operation does NOT invoke the ProtectableMap onDelete() hook.
Signature:
delete(key: K): boolean;|
Parameter |
Type |
Description |
|---|---|---|
|
key |
K |
Returns:
boolean