UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

6 lines (5 loc) 135 B
export declare class MessageFormat { private readonly regex; constructor(pattern: string); parse(text: string): boolean; }