UNPKG

@deliverr/serverless-offline-step-functions

Version:

Serverless Offline Plugin to Support Step Functions for Local Development

11 lines (10 loc) 271 B
export declare class MapContext { private readonly index; private readonly value; constructor(index: number, value: string); static create(index: number, value: string): MapContext; get Item(): { Index: number; Value: string; }; }