Merges two FileList objects
npm install merge-file-lists> A helper function that merges two FileList objects into one
``sh`
npm install merge-file-lists --save
`sh`
yarn add merge-file-lists
`js
import mergeFileLists from "merge-file-lists";
const newFileList = mergeFileLists(fileListA, fileListB);
``
Please fork this project and send in a PR with an explanory text about what your PR is trying to fix or add. Feel free to open issues.