nope/lib/decorators/index.ts

14 lines
349 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]
*/
2021-12-04 07:25:26 +00:00
export {
exportFunctionToDispatcher,
IExportFunctionToDispatcherParameters,
2022-01-10 06:52:05 +00:00
} from "./functionDecorators";
export { nopeEmitter, nopeMethod, nopeProperty } from "./moduleDecorators";