validOptions.forEach(function (i) {
      if (options[i] && typeof options[i] !== 'function') {
        finalDatas[i] = options[i];
      }
    });