UNPKG

@deliverr/serverless-offline-step-functions

Version:

Serverless Offline Plugin to Support Step Functions for Local Development

10 lines (9 loc) 354 B
import { Catcher } from './Catcher'; import { TaskCatchRule } from './State'; import { StatesErrors } from './StatesErrors'; export declare class Catchers { private readonly _catchers; private constructor(); static create(taskCatchRules: TaskCatchRule[]): Catchers; getCatcherBasedOn(statesErrors: StatesErrors[]): Catcher | undefined; }