UNPKG

@awesome-fe/translate

Version:
8 lines (7 loc) 180 B
export type ExportFormat = 'auto' | 'html' | 'markdown'; export interface ExportOptions { cwd?: string; outputDir: string; format?: ExportFormat; mono?: boolean; }