UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

7 lines (6 loc) 187 B
export declare class ResourceBundle { readonly name: string; constructor(name: string); static getBundle(name: string): ResourceBundle; getString(_str: string): string; }