Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 476 Bytes

File metadata and controls

23 lines (14 loc) · 476 Bytes

Home > @velcro/common > MapSet > hasValue

MapSet.hasValue() method

Signature:

hasValue(key: K, value: V): boolean;

Parameters

Parameter Type Description
key K
value V

Returns:

boolean