@arcmantle/library
Preparing search index...
structs/compose
hasMixin
Function hasMixin
hasMixin
(
initial
:
Record
<
string
|
number
|
symbol
,
any
>
|
Ctor
,
mixin
:
MixinFn
<
any
,
any
>
,
)
:
boolean
Returns
true
if the class has the mixin as part of its prototype chain.
Parameters
initial
:
Record
<
string
|
number
|
symbol
,
any
>
|
Ctor
mixin
:
MixinFn
<
any
,
any
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
Returns
true
if the class has the mixin as part of its prototype chain.