UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

5 lines (4 loc) 294 B
import { Config, ExtractionResult } from '../../types'; import { TemplateExtractorConfig } from './types'; export declare function extractTemplateKeys(config: Config): ExtractionResult; export declare function templateExtractor(config: TemplateExtractorConfig): import("../../types").ScopeMap;