UNPKG

@ts-intl/dependency

Version:

I18n keys dependency analysis

3 lines 280 B
import { CallExpression, NoSubstitutionTemplateLiteral, StringLiteral } from 'typescript'; export declare const extractIntlKeyArg: (node: CallExpression, argIdx?: number) => StringLiteral | NoSubstitutionTemplateLiteral | undefined; //# sourceMappingURL=extractIntlKeyArg.d.ts.map