UNPKG

stx-dmn-eval-js

Version:

Evaluation of DMN 1.3 decision tables, limited to S-FEEL (Simple Friendly Enough Expression Language)

10 lines (9 loc) 299 B
/* * * ©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 = {}) => ({ ..._args, kwargs: { ..._args.kwargs, ...obj } });