UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

6 lines (5 loc) 151 B
import { Config, ScopeMap } from '../types'; export declare function buildKeys(config: Config): { scopeToKeys: ScopeMap; fileCount: number; };