UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

4 lines (3 loc) • 244 B
import { collectBody } from "@smithy/smithy-client"; import { toUtf8 } from "@smithy/util-utf8"; export const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => (context?.utf8Encoder ?? toUtf8)(body));