UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

6 lines 139 B
export class Properties extends Map { getProperty(name) { return this.get(name); } } //# sourceMappingURL=Properties.js.map