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

8 lines
220 B
TypeScript

/** @private */
export declare class TextMessageFormat {
static RecordSeparatorCode: number;
static RecordSeparator: string;
static write(output: string): string;
static parse(input: string): string[];
}