UNPKG

gpt-po

Version:

command tool for translate po files by gpt

3 lines (2 loc) 148 B
import { CompileOptions } from "./utils.js"; export declare function sync(po: string, pot: string, compileOptions?: CompileOptions): Promise<void>;