mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-17 20:27:12 +08:00
3 lines
154 B
JavaScript
3 lines
154 B
JavaScript
import { EventStreamMarshaller } from "./EventStreamMarshaller";
|
|
export const eventStreamSerdeProvider = (options) => new EventStreamMarshaller(options);
|