nope/lib/dispatcher/index.ts
2021-09-04 13:45:52 +02:00

18 lines
471 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";