UNPKG

@oclif/core

Version:

base library for oclif CLIs

8 lines (7 loc) 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.exit = exit; const exit_1 = require("./errors/exit"); function exit(code = 0) { throw new exit_1.ExitError(code); }