Function instanceOfConnectedFeatures

  • Parameters

    • object: any

    Returns object is Mixin<
        <TBase extends GConstructor<Element>>(
            Base: TBase,
        ) => { prototype: __type<any>; new (...args: any[]): __type } & TBase,
    >