Skip to content
@nhtio/encoder
Search
K
Main Navigation
Home
Quick Start
API
Appearance
Menu
Return to top
On this page
Function: isSet()
ts
function
isSet
<
T
>(
value
:
unknown
)
:
value
is
Set
<
T
>;
Type Parameters
Type Parameter
Default type
T
any
Parameters
Parameter
Type
value
unknown
Returns
value is Set<T>