UNPKG

@middy/core

Version:

🛵 The stylish Node.js middleware engine for AWS Lambda (core package)

5 lines (4 loc) • 229 B
// Copyright 2017 - 2026 will Farrell, Luciano Mammino, and Middy contributors. // SPDX-License-Identifier: MIT export type PluginExecutionMode = () => void; export declare const executionModeDurableContext: PluginExecutionMode;