UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

7 lines (6 loc) 185 B
export declare class Preferences { private readonly map; static userNodeForPackage(obj: any): Preferences; flush(): void; get(key: string, defaultValue: string): any; }