Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
ReadonlySetLike
Interface ReadonlySetLike<V>
interface
ReadonlySetLike
<
V
>
{
size
:
number
;
"[iterator]"
()
:
IterableIterator
<
V
>
;
has
(
value
:
V
)
:
boolean
;
values
()
:
IterableIterator
<
V
>
;
}
Type Parameters
V
Hierarchy (
View Summary
)
ReadonlySetLike
SetLike
Implemented by
SetView
Index
Properties
size
Methods
[iterator]
has
values
Properties
Readonly
size
size
:
number
Methods
[iterator]
"[iterator]"
()
:
IterableIterator
<
V
>
Returns
IterableIterator
<
V
>
has
has
(
value
:
V
)
:
boolean
Parameters
value
:
V
Returns
boolean
values
values
()
:
IterableIterator
<
V
>
Returns
IterableIterator
<
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
size
Methods
[iterator]
has
values
Documentation
Loading...