immutable-plugin-system - v0.3.0
Preparing search index...
index
assertImmutablePlugin
Function assertImmutablePlugin
assertImmutablePlugin
(
plugin
:
unknown
,
)
:
asserts
plugin
is
ImmutablePlugin
<
Readonly
<
Record
<
PropertyKey
,
Readonly
<
Record
<
string
|
symbol
,
{}
>
>
>
>
,
>
Assertion over a single plugin. Structural validation only by default.
Parameters
plugin
:
unknown
Returns
asserts
plugin
is
ImmutablePlugin
<
Readonly
<
Record
<
PropertyKey
,
Readonly
<
Record
<
string
|
symbol
,
{}
>
>
>
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
immutable-plugin-system - v0.3.0
Loading...
Assertion over a single plugin. Structural validation only by default.