mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Parameter 'mode' in method 'key Exists' has been renamed to 'scope'
This commit is contained in:
2
types/vuex-i18n/index.d.ts
vendored
2
types/vuex-i18n/index.d.ts
vendored
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user