UNPKG

decojs

Version:

Scalable frontend architecture

15 lines (11 loc) 285 B
define(["deco/utils"], function(utils){ function ExecutableResult(result){ this.success = false; this.valid = false; this.result = null; this.exception = null; this.violations = []; utils.extend(this, result); }; return ExecutableResult; });