• Experimental: Combine multiple object prototypes into one

    Parameters

    • target: any

      Object that will have prototypes added

    • constructors: any[]

      Additionally prototypes that should be merged into target

    Returns void