8 lines
220 B
TypeScript
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[];
|
||
|
|
}
|