UNPKG

@intlify/eslint-plugin-vue-i18n

Version:
3 lines (2 loc) 186 B
import type { I18nLocaleMessageDictionary, RuleContext } from '../types'; export declare function collectLinkedKeys(object: I18nLocaleMessageDictionary, context: RuleContext): string[];