1.0.0 • Published 4 years ago

@d2k/merge-file-lists v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

merge-file-lists

A helper function that merges two FileList objects into one

Installation via NPM

npm install @d2k/merge-file-lists --save

Installation via Yarn

yarn add @d2k/merge-file-lists

Usage

import mergeFileLists from "@d2k/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.