/** * @author Martin Karkowski * @email m.karkowski@zema.de * @create date 2021-08-27 19:47:47 * @modify date 2021-08-27 19:47:47 * @desc [description] */ export { exportFunctionToDispatcher, IExportFunctionToDispatcherParameters } from "./dispatcherDecorators"; export { exportMethod, exportProperty } from "./moduleDecorators";