UNPKG

flowstate

Version:

Per-request state management middleware.

17 lines (13 loc) 284 B
var Meta = module.exports = function Meta() { this.originalHash = null; this.savedHash = null; //this.complete = false; this.destroyed = false; this.returning = false; } // TODO: This can be commented out. Meta.prototype = { toJSON: function() { return; } };