| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > ProtectableMap > clear
Removes all entries from the map. This operation does NOT invoke the ProtectableMap onClear() hook.
Signature:
clear(): void;Returns:
void