UNPKG

@lingui/cli

Version:

CLI for working wit message catalogs

11 lines (10 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProgramExit = void 0; class ProgramExit extends Error { constructor() { super(); this.name = "ProgramExit"; } } exports.ProgramExit = ProgramExit;