merge-file-lists

Merges two FileList objects

Usage no npm install needed!

<script type="module">
  import mergeFileLists from 'https://cdn.skypack.dev/merge-file-lists';
</script>

README

merge-file-lists

A helper function that merges two FileList objects into one

Installation via NPM

npm install merge-file-lists --save

Installation via Yarn

yarn add merge-file-lists

Usage

import mergeFileLists from "merge-file-lists";

const newFileList = mergeFileLists(fileListA, fileListB);

Contribution

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.