Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 599 Bytes

File metadata and controls

23 lines (16 loc) · 599 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

ProtectableMap.clear() method

Removes all entries from the map. This operation does NOT invoke the ProtectableMap onClear() hook.

Signature:

clear(): void;

Returns:

void