UNPKG

jsondiffpatch

Version:
11 lines (7 loc) 234 B
var Context = require('./context').Context; var ReverseContext = function ReverseContext(delta) { this.delta = delta; this.pipe = 'reverse'; }; ReverseContext.prototype = new Context(); exports.ReverseContext = ReverseContext;