Skip to content
@nhtio/lucid-resourceful
Search
K
Main Navigation
Home
Quick Start
API
Appearance
Menu
Return to top
On this page
Variable: isSet()
ts
const
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>