UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

6 lines (5 loc) 96 B
export type TSExtractorResult = { key: string; lang: string; params: string[]; }[];