UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

4 lines (3 loc) 195 B
import { Config } from '../types'; /** The main function, collects the settings and starts the files build. */ export declare function buildTranslationFiles(inlineConfig: Config): Promise<void>;