UNPKG

@villedemontreal/workit-core

Version:

This package provides default and no-op implementations of the WorkIt types for client packages.

14 lines (13 loc) 495 B
export * from './config/container'; export * from './config/constants/identifiers'; export * from './config/constants'; export * from './common/noopLogger'; export * from './processHandler/simpleCamundaProcessHandler'; export * from './interceptors'; export * from './specs/taskBase'; export * from './strategies/FailureStrategySimple'; export * from './strategies/SuccessStrategySimple'; export * from './IoC'; export * from './worker'; export * from './plugin'; export * from './utils/utils';