UNPKG

@multicloud/sls-core

Version:

Core middleware and components for Serverless @multicloud.

7 lines (6 loc) 242 B
import { Middleware } from "../app"; /** * Middleware for Service binding. Returns async function that accepts the * CloudContext and the `next` Function in the middleware chain */ export declare const ServiceMiddleware: () => Middleware;