mirror of
https://github.com/rjNemo/federation
synced 2026-06-11 04:26:40 +00:00
2 lines
157 B
TypeScript
2 lines
157 B
TypeScript
import { ConnectionContext } from '../server';
|
|
export declare const parseLegacyProtocolMessage: (connectionContext: ConnectionContext, message: any) => any;
|