nope/lib/dispatcher/index.ts

18 lines
471 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:49:25
2021-09-04 11:45:52 +00:00
* @modify date 2021-09-04 07:48:28
2021-08-30 04:40:28 +00:00
* @desc [description]
*/
export {
exportFunctionToDispatcher,
exportMethod,
exportProperty,
IExportFunctionToDispatcherParameters
} from "../decorators/index";
2021-09-04 11:45:52 +00:00
export * from "../types/nope/nopeDispatcher.interface";
2021-08-30 04:40:28 +00:00
export { getDispatcher } from "./getDispatcher";
export { getLinkedDispatcher } from "./getLinkedDispatcher";