@arcmantle/library
    Preparing search index...

    Function hasMixin

    • 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