UNPKG

@tsed/platform-serverless-http

Version:
9 lines 213 B
import { Req } from "@tsed/platform-http"; /** * Return the serverless.event * @decorator */ export function ServerlessEvent() { return Req("serverless.event"); } //# sourceMappingURL=serverlessEvent.js.map