lifecycle-utils
Preparing search index...
ValidLockScope
Type Alias ValidLockScope<T>
ValidLockScope
:
IncludesObject
<
T
>
extends
true
?
Readonly
<
T
&
[
...
T
]
>
:
InvalidScopeError
<
"Scope array must include at least one object reference"
,
>
Ensure that the scope array contains at least one object, otherwise it will be
never
.
Type Parameters
T
extends
readonly
unknown
[]
=
readonly
unknown
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
lifecycle-utils
Loading...
Ensure that the scope array contains at least one object, otherwise it will be
never
.