Function applyMixins

  • Apply mixin classes to the target in order they are passed. Mixin properties will override the existing methods in the target class, including any metadata that may be present in either the target or the mixin class.

    Parameters

    • target: any
    • Rest ...mixins: ClassConstructor<unknown>[]

    Returns void

Generated using TypeDoc