UNPKG

wuchale

Version:

Protobuf-like i18n from plain code

3 lines (2 loc) 155 B
import type { Config } from "../config.js"; export declare function extract(config: Config, clean: boolean, watch: boolean, sync: boolean): Promise<void>;