UNPKG

@hi18n/cli

Version:

Message internationalization meets immutability and type-safety - command line tool

9 lines (7 loc) 171 B
import { hi18n } from "./command"; const result = hi18n(); result.catch((e) => { console.error(e); // eslint-disable-next-line no-process-exit process.exit(1); });