@villedemontreal/workit
Version:
Worker for Node.js system with pluggable clients that works with both AWS Step function and Camunda platform powered by TypeScript
9 lines (8 loc) • 314 B
TypeScript
import './config/ioc';
export * from './config/constants';
export * from './config/constants/identifiers';
export * from './config/constants/tag';
export * from './config/ioc';
export * from './camunda-n-mq/client';
export * from './camunda-n-mq/clientManager';
export * from './stepFunction/stepFunctionManager';