UNPKG

@easyquery/core

Version:

EasyQuery.JS core modules

13 lines (12 loc) 336 B
export declare namespace eqi18n { class TextResources { Entities: any; Attributes: any; Operators: any; AggregateFunctions: any; } function getLocale(): string; function setLocale(l: string): void; let texts: TextResources; function getText(...args: any[]): string; }