UNPKG

@configurator/ravendb

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