UNPKG

@azure/cosmos

Version:
10 lines 243 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export const PatchOperationType = { add: "add", replace: "replace", remove: "remove", set: "set", incr: "incr", }; //# sourceMappingURL=patch.js.map