UNPKG

@deliverr/serverless-offline-step-functions

Version:

Serverless Offline Plugin to Support Step Functions for Local Development

4 lines (3 loc) 153 B
import { Context } from './Context'; import { ContextType } from './ContextType'; export declare const ContextToJson: (context: Context) => ContextType;