Parameter 'mode' in method 'key Exists' has been renamed to 'scope'

This commit is contained in:
barahliush
2018-11-06 10:39:51 +02:00
parent 9be14bb68c
commit 2d2409cf47

View File

@@ -97,7 +97,7 @@ export interface Ii18n {
* fallback: current locale, parent language locale and fallback locale
* the default is fallback
*/
keyExists(key: string, mode?: string): boolean;
keyExists(key: string, scope?: string): boolean;
}
declare const _default: {