LaJiFenLei/Waste.Web.Entry/wwwroot/lib/microsoft/signalr/dist/esm/TextMessageFormat.d.ts

8 lines
220 B
TypeScript
Raw Permalink Normal View History

2025-07-16 17:37:16 +08:00
/** @private */
export declare class TextMessageFormat {
static RecordSeparatorCode: number;
static RecordSeparator: string;
static write(output: string): string;
static parse(input: string): string[];
}