mirror of
https://github.com/ChinaSiro/claude-code-sourcemap.git
synced 2026-06-11 03:12:13 +08:00
10 lines
328 B
JavaScript
10 lines
328 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
export const FallbackEncoder = ({ headers, body }) => {
|
|
return {
|
|
bodyHeaders: {
|
|
'content-type': 'application/json',
|
|
},
|
|
body: JSON.stringify(body),
|
|
};
|
|
};
|
|
//# sourceMappingURL=request-options.mjs.map
|