export const mixin = (target, mixin) => {
    Object.assign(target, mixin)
}