nope/lib/decorators/index.ts
2022-01-10 07:52:05 +01:00

14 lines
349 B
TypeScript

/**
* @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 "./functionDecorators";
export { nopeEmitter, nopeMethod, nopeProperty } from "./moduleDecorators";