initial commit
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import { isArrayBuffer } from "@smithy/is-array-buffer";
|
||||
export const isStreaming = (body) => body !== undefined && typeof body !== "string" && !ArrayBuffer.isView(body) && !isArrayBuffer(body);
|
||||
Reference in New Issue
Block a user