5 lines
139 B
JavaScript
5 lines
139 B
JavaScript
/** @internal */
|
|
export const OP_DONE = "Done";
|
|
/** @internal */
|
|
export const OP_SUSPEND = "Suspend";
|
|
//# sourceMappingURL=tryCommit.js.map
|