11 lines
291 B
JavaScript
11 lines
291 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.OP_SUSPEND = exports.OP_DONE = void 0;
|
|
/** @internal */
|
|
const OP_DONE = exports.OP_DONE = "Done";
|
|
/** @internal */
|
|
const OP_SUSPEND = exports.OP_SUSPEND = "Suspend";
|
|
//# sourceMappingURL=tryCommit.js.map
|