UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

8 lines (7 loc) 258 B
import { FileFormats, Translation } from '../../types'; interface GetTranslationsOptions { path: string; fileFormat: FileFormats; } export declare function getCurrentTranslation({ path, fileFormat, }: GetTranslationsOptions): Translation; export {};