"use strict";
const defineMixin = (options) => {
return options;
};
exports.defineMixin = defineMixin;