UNPKG

@lingui/cli

Version:

Lingui CLI to extract messages, compile catalogs, and manage translation workflows

7 lines (6 loc) 121 B
export class ProgramExit extends Error { constructor() { super(); this.name = "ProgramExit"; } }