TextMessageFormat.d.ts 220 B

1234567
  1. /** @private */
  2. export declare class TextMessageFormat {
  3. static RecordSeparatorCode: number;
  4. static RecordSeparator: string;
  5. static write(output: string): string;
  6. static parse(input: string): string[];
  7. }