UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

4 lines (3 loc) 103 B
export declare class Properties extends Map<string, string> { getProperty(name: string): string; }