nope/lib/decorators/index.ts

11 lines
337 B
TypeScript
Raw Normal View History

2021-08-30 04:40:28 +00:00
/**
* @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";