UNPKG

@clickup/pg-microsharding

Version:
8 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.inspectError = inspectError; function inspectError(e) { var _a; return (e instanceof Error ? (_a = e.stack) !== null && _a !== void 0 ? _a : e.message : "" + e).trimEnd(); } //# sourceMappingURL=inspectError.js.map