nope/lib/dispatcher/index.ts
2021-12-04 08:25:26 +01:00

18 lines
472 B
TypeScript

/**
* @author Martin Karkowski
* @email m.karkowski@zema.de
* @create date 2021-08-27 19:49:25
* @modify date 2021-09-04 07:48:28
* @desc [description]
*/
export {
exportFunctionToDispatcher,
exportMethod,
exportProperty,
IExportFunctionToDispatcherParameters,
} from "../decorators/index";
export * from "../types/nope/nopeDispatcher.interface";
export { getDispatcher } from "./getDispatcher";
export { getLinkedDispatcher } from "./getLinkedDispatcher";