Rush StackShopBlogEvents
Skip to main content

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

ParameterTypeDescription
keyK

Returns:

boolean