UNPKG

ravendb

Version:
13 lines 393 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CmpXchg = void 0; const MethodCall_js_1 = require("./MethodCall.js"); class CmpXchg extends MethodCall_js_1.MethodCall { static value(key) { const cmpXchg = new CmpXchg(); cmpXchg.args = [key]; return cmpXchg; } } exports.CmpXchg = CmpXchg; //# sourceMappingURL=CmpXchg.js.map