UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

4 lines (3 loc) 169 B
import { SourceFile } from 'typescript'; import { TSExtractorResult } from './types'; export declare function pureFunctionExtractor(ast: SourceFile): TSExtractorResult;