UNPKG

243 BJavaScriptView Raw
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT license.
3export const PatchOperationType = {
4 add: "add",
5 replace: "replace",
6 remove: "remove",
7 set: "set",
8 incr: "incr",
9};
10//# sourceMappingURL=patch.js.map
\No newline at end of file