Version: 0.0.10.0.20.0.30.0.40.0.50.0.60.0.70.0.80.0.90.0.100.0.110.0.120.0.130.0.140.0.150.0.160.1.00.1.10.1.20.2.00.2.10.3.00.3.10.3.20.3.30.4.00.4.10.4.20.5.00.5.10.5.20.5.30.5.40.6.00.6.10.7.00.7.10.7.20.8.00.8.10.8.20.9.00.9.10.10.00.10.10.11.00.11.10.11.30.11.40.11.50.11.60.11.70.12.00.12.10.12.21.0.01.1.01.2.01.2.11.2.21.2.31.3.01.4.01.4.11.4.21.4.32.0.02.0.12.0.23.0.03.0.13.0.23.0.34.0.04.1.04.1.14.1.25.0.05.1.05.1.15.1.25.1.35.1.45.1.55.1.995.2.05.2.15.2.25.2.36.0.0-06.0.0-16.0.0-26.0.0-36.0.0-46.0.0-56.0.0-66.0.0-76.0.0-86.0.0-96.0.0-106.0.0-116.0.0-126.0.0-136.0.0-146.0.0-156.0.0-166.0.0-176.0.0-186.0.0-196.0.0-206.0.0-216.0.0-226.1.07.0.0-alpha17.0.0-alpha27.0.0-alpha37.0.0-alpha47.0.0-alpha5
'use strict';
module.exports = (configObj) => {
const atrixConfig = configObj;
return (cfg) => {
Object.keys(cfg).forEach(key => {
atrixConfig[key] = cfg[key];
});
};