UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

3 lines (2 loc) 190 B
import { isArrayBuffer } from "@smithy/core/serde"; export const isStreaming = (body) => body !== undefined && typeof body !== "string" && !ArrayBuffer.isView(body) && !isArrayBuffer(body);