dmn-processor
Version:
Evaluation of DMN 1.3 decision tables, limited to S-FEEL (Simple Friendly Enough Expression Language)
12 lines (11 loc) • 325 B
JavaScript
/*
*
* ©2016-2017 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
* Bangalore, India. All Rights Reserved.
*
*/
// add new properties to the kwargs object
// returns the updated _args object
module.exports = (_args, obj = {}) => Object.assign({}, _args, {
kwargs: Object.assign({}, _args.kwargs, obj),
});