mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-20 09:30:38 +08:00
4 lines
149 B
JavaScript
4 lines
149 B
JavaScript
export const resolveEventStreamSerdeConfig = (input) => Object.assign(input, {
|
|
eventStreamMarshaller: input.eventStreamSerdeProvider(input),
|
|
});
|